mirror of
https://github.com/VincentWei/minigui-docs.git
synced 2025-10-20 13:24:04 +08:00
auto generate TOC by using AWK
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
# List View Control
|
||||
|
||||
- [Styles of List View Control](#styles-of-list-view-control)
|
||||
- [Messages of List View Control](#messages-of-list-view-control)
|
||||
+ [Operations on Columns](#operations-on-columns)
|
||||
+ [Operations on List Item](#operations-on-list-item)
|
||||
+ [Selecting, Displaying, and Searching List Item](#selecting-displaying-and-searching-list-item)
|
||||
+ [Comparing and Sorting](#comparing-and-sorting)
|
||||
+ [Operation of Tree View Node](#operation-of-tree-view-node)
|
||||
- [Handling of Key Messages](#handling-of-key-messages)
|
||||
- [Notification Codes of List View Control](#notification-codes-of-list-view-control)
|
||||
- [Sample Program](#sample-program)
|
||||
|
||||
|
||||
The list view control displays a series of data items (list item) in a table
|
||||
form, and the content of each list item may be comprised of one or more sub
|
||||
items. The sub items with the same type of different list items are organized
|
||||
|
Reference in New Issue
Block a user