ListView

class ListView : ControlSuperClass {}

Constructors

this
this()
Undocumented in source.

Members

Aliases

SelectedListViewItemCollection
deprecated alias SelectedListViewItemCollection = SelectedItemCollection
Undocumented in source.

Classes

CheckedIndexCollection
class CheckedIndexCollection
ColumnHeaderCollection
class ColumnHeaderCollection
ListViewItemCollection
class ListViewItemCollection
SelectedIndexCollection
class SelectedIndexCollection
SelectedItemCollection
class SelectedItemCollection

Functions

_ins
LRESULT _ins(int index, LPARAM lparam, Dstring itemText, int subItemIndex, int imageIndex)
Undocumented in source.
_ins
LRESULT _ins(int index, ListViewItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
_ins
LRESULT _ins(int index, ListViewSubItem subItem, int subItemIndex)
Undocumented in source.
_ins
LRESULT _ins(int index, ColumnHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
addRow
ListViewItem addRow(Dstring[] rowstrings)
arrangeIcons
void arrangeIcons(ListViewAlignment a)
beginUpdate
void beginUpdate()
clear
void clear()
createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
endUpdate
void endUpdate()
ensureVisible
void ensureVisible(int index)
getItemRect
Rect getItemRect(int index)
Rect getItemRect(int index, ItemBoundsPortion ibp)
onAfterLabelEdit
void onAfterLabelEdit(LabelEditEventArgs ea)
onBeforeLabelEdit
void onBeforeLabelEdit(LabelEditEventArgs ea)
onColumnClick
void onColumnClick(ColumnClickEventArgs ea)
onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onItemChecked
void onItemChecked(ItemCheckedEventArgs ea)
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedIndexChanged
void onSelectedIndexChanged(EventArgs ea)
prevWndProc
void prevWndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
prevwproc
LRESULT prevwproc(UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
void sort()
sorter
int delegate(ListViewItem, ListViewItem) sorter()
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

activation
ItemActivation activation [@property setter]
ItemActivation activation [@property getter]
allowColumnReorder
bool allowColumnReorder [@property setter]
bool allowColumnReorder [@property getter]
arrangeIcons
void arrangeIcons [@property getter]
autoArrange
bool autoArrange [@property setter]
bool autoArrange [@property getter]
backColor
Color backColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
borderStyle
BorderStyle borderStyle [@property setter]
BorderStyle borderStyle [@property getter]
checkBoxes
bool checkBoxes [@property setter]
bool checkBoxes [@property getter]
checkedIndices
CheckedIndexCollection checkedIndices [@property getter]
columns
ColumnHeaderCollection columns [@property getter]
defaultBackColor
Color defaultBackColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultForeColor
Color defaultForeColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultSize
Size defaultSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
focusedIndex
int focusedIndex [@property getter]
focusedItem
ListViewItem focusedItem [@property getter]
foreColor
Color foreColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
foreColor
Color foreColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fullRowSelect
bool fullRowSelect [@property setter]
bool fullRowSelect [@property getter]
gridLines
bool gridLines [@property setter]
bool gridLines [@property getter]
hideSelection
bool hideSelection [@property setter]
bool hideSelection [@property getter]
hoverSelection
bool hoverSelection [@property setter]
bool hoverSelection [@property getter]
items
ListViewItemCollection items [@property getter]
labelEdit
bool labelEdit [@property setter]
bool labelEdit [@property getter]
labelWrap
bool labelWrap [@property setter]
bool labelWrap [@property getter]
largeImageList
ImageList largeImageList [@property setter]
ImageList largeImageList [@property getter]
multiSelect
bool multiSelect [@property setter]
bool multiSelect [@property getter]
scrollable
bool scrollable [@property setter]
bool scrollable [@property getter]
selectedIndices
SelectedIndexCollection selectedIndices [@property getter]
selectedItems
SelectedItemCollection selectedItems [@property getter]
smallImageList
ImageList smallImageList [@property setter]
ImageList smallImageList [@property getter]
sorter
int delegate(ListViewItem, ListViewItem) sorter [@property setter]
sorting
SortOrder sorting [@property setter]
SortOrder sorting [@property getter]
view
View view [@property setter]
View view [@property getter]

Variables

afterLabelEdit
Event!(ListView, LabelEditEventArgs) afterLabelEdit;
beforeLabelEdit
Event!(ListView, LabelEditEventArgs) beforeLabelEdit;
columnClick
Event!(ListView, ColumnClickEventArgs) columnClick;
itemChecked
Event!(ListView, ItemCheckedEventArgs) itemChecked;
selectedIndexChanged
Event!(ListView, EventArgs) selectedIndexChanged;

Inherited Members

From ControlSuperClass

prevWndProc
void prevWndProc(Message msg)
Undocumented in source.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaintBackground
void onPaintBackground(PaintEventArgs pea)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta