CGXGridCore::ImplementUserDragSelectRange
void ImplementUserDragSelectRange();
Remarks
UserDragSelectRange: Provides implementation for dragging selected rows or columns with mouse. Dragging selected rows or columns with mouse allows the user to rearrange the row or column order in the grid. You can turn on and off dragging rows and column with CGXGridParam::EnableMoveRows() and CGXGridParam::EnableMoveCols(). You can manually rearrange rows and columns by calling MoveRows or MoveCols.
See Also
CGXGridCore::MoveRows CGXGridCore::MoveCols CGXGridParam::EnableMoveRows CGXGridParam::EnableMoveCols