CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    91

    Drag n Drop Problem at Grid

    Hi,
    I developed a drag n drop of rows for the Apex TDB-Grid. During the Dragover-Event the usual Frame appears, to show that a drag n Drop is taking place. But this frame has the size of the Grid, and should have the size of the Row.

    Anyone out there having a solution for that?

    Thx

    have a nice day,

    Patzer
    have a nice day

    Patzer
    _____________________________
    Philo will never be forgotten

  2. #2
    Join Date
    Aug 1999
    Posts
    91

    Re: Drag n Drop Problem at Grid

    You should set the dragicon property of the grid.
    Let it point to a icon on your computer.


    Maurice


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured