- addColumn
ListViewColumn addColumn(string txt, int w, ColumnTextAlign cta)
Undocumented in source. Be warned that the author may not have intended to support it.
- addItem
ListViewItem addItem(string txt, int imgIdx, bool checked)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
- onHandleCreated
void onHandleCreated(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
- onItemChecked
void onItemChecked(ListViewItemCheckedEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
- onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
- onSelectedItemChanged
void onSelectedItemChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeColumn
void removeColumn(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeItem
void removeItem(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- checkBoxes
bool checkBoxes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- checkBoxes
bool checkBoxes [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- columns
Collection!(ListViewColumn) columns [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRowSelect
bool fullRowSelect [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- fullRowSelect
bool fullRowSelect [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- gridLines
bool gridLines [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- gridLines
bool gridLines [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- imageList
ImageList imageList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- imageList
ImageList imageList [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- items
Collection!(ListViewItem) items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedItem
ListViewItem selectedItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- viewStyle
ViewStyle viewStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- viewStyle
ViewStyle viewStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.