Tree-View Item Position
An item's initial position is set when the item is added to the tree-view
control by using the
TVM_INSERTITEM message. The message includes a
TV_INSERTSTRUCT structure that specifies the handle of the parent item and the handle of the
item after which the new item is to be inserted. The second handle must
identify either a child item of the given parent or one of these values: TVI_FIRST,
TVI_LAST, or TVI_SORT.
When TVI_FIRST or TVI_LAST is specified, the tree-view control places the new
item at the beginning or end of the given parent item's list of child items.
When TVI_SORT is specified, the tree-view control inserts the new item into the
list of child items in alphabetical order based on the text of the item labels.
You can put a parent item's list of child items into alphabetical order by
using the
TVM_SORTCHILDREN message. The message includes a parameter that specifies whether all levels
of child items descending from the given parent item are also sorted in
alphabetical order.
The
TVM_SORTCHILDRENCB message allows you to sort child items based on criteria that you define.
When you use this message, you specify an application-defined callback function
that the tree-view control can call whenever the relative order of two child
items needs to be decided. The callback function receives two 32-bit
application-defined values for the items being compared and a third 32-bit value that you
specify when sending TVM_SORTCHILDRENCB.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database