Classes | |
| class | ListCtrlApp |
| class | MyFrame |
| class | MyListCtrl |
Enumerations | |
| enum | Cmd |
New since 0.7.2: Virtual lists (great for large amounts of data).
The list control in report mode.
Definition at line 23 of file ListCtrl.cs.
00024 { 00025 LIST_ABOUT, 00026 LIST_QUIT, 00027 00028 LIST_LIST_VIEW, 00029 LIST_ICON_VIEW, 00030 LIST_ICON_TEXT_VIEW, 00031 LIST_SMALL_ICON_VIEW, 00032 LIST_SMALL_ICON_TEXT_VIEW, 00033 LIST_REPORT_VIEW, 00034 LIST_VIRTUAL_VIEW, 00035 00036 LIST_DESELECT_ALL, 00037 LIST_SELECT_ALL, 00038 LIST_DELETE_ALL, 00039 LIST_DELETE, 00040 LIST_ADD, 00041 LIST_EDIT, 00042 LIST_SORT, 00043 LIST_SET_FG_COL, 00044 LIST_SET_BG_COL, 00045 LIST_TOGGLE_MULTI_SEL, 00046 LIST_TOGGLE_FIRST, 00047 LIST_SHOW_COL_INFO, 00048 LIST_SHOW_SEL_INFO, 00049 LIST_FOCUS_LAST, 00050 LIST_FREEZE, 00051 LIST_THAW, 00052 LIST_TOGGLE_LINES, 00053 00054 LIST_CTRL = 1000 00055 };
(c) 2003-2010 the wx.NET project