Свойство | Type | Description | |
---|---|---|---|
DrawInsertionIndicator | void |
Méthode | Description | |
---|---|---|
ReorderableListView ( ) : System |
The default constructor.
|
Méthode | Description | |
---|---|---|
OnDragDrop ( |
Raises the Control.DragDrop event of the list view. This inserts the items being reordered. |
|
OnDragOver ( |
Raises the Control.DragOver event of the list view. This determines the current insertion point of the items being moved. This also causes the insertion line to be drawn. |
|
OnItemDrag ( |
Raises the ListView.ItemDrag event of the list view. This starts the drag/drop reorder operation if at least one item is selected. |
|
OnItemsReordered ( |
Raises the ItemsReordered event.
|
|
OnItemsReordering ( |
Raises the ItemsReordering event.
|
|
WndProc ( |
This handles the windows messages. This intercepts the windows paint message so that we can do our custom painting. |
Méthode | Description | |
---|---|---|
DrawInsertionIndicator ( |
This draws the insertion line at the given point.
|
protected OnDragDrop ( |
||
drgevent | A |
|
Résultat | void |
protected OnDragOver ( |
||
drgevent | A |
|
Résultat | void |
protected OnItemDrag ( |
||
e | An |
|
Résultat | void |
protected OnItemsReordered ( |
||
e | An |
|
Résultat | void |
protected OnItemsReordering ( |
||
e | An |
|
Résultat | void |
protected WndProc ( |
||
m | The |
|
Résultat | void |