Drag-n-drop grid rows |
Post Reply |
Author | |
larryp
Groupie Joined: 15 January 2005 Location: United States Status: Offline Points: 61 |
Post Options
Thanks(0)
Posted: 15 July 2009 at 3:19pm |
I have a property grid and I need to be able to drag-n-drop rows within the same grid. I do not need to go between multiple grids. Anyone have any ideas on the best approach to this.
I tried creating a derived class from CXTPPropertyGrid and catching the OnLButtonDown, OnLButtonUp, OnMouseMove, etc... events to do the standard drag-n-drop (OnBeginDrag, etc...). However, the property grid class creates a CXTPPropertyGridView which creates the CXTPPropertyGridItem objects and they are the windows that get the events, not my derived class.
--Larry
Xtreme ToolkitPro v13.1.0
Visual Studio 2008
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |