auto generate TOC by using AWK

This commit is contained in:
Vincent Wei
2019-10-30 17:44:37 +08:00
parent ccccbdc958
commit c4099c51a4
69 changed files with 1061 additions and 0 deletions

View File

@@ -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