ListView.ListViewItemCollection

Constructors

this
this(ListView lv)
Undocumented in source.

Members

Functions

add
void add(ListViewItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Dstring text)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(ListViewItem[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
addRange
void addRange(Dstring[] range)
Undocumented in source. Be warned that the author may not have intended to support it.
doListItems
void doListItems()
Undocumented in source.

Mixins

__anonymous
mixin ListWrapArray!(ListViewItem, _items, _adding, _added, _blankListCallback!(ListViewItem), _removed, true, false, false)
Undocumented in source.

Properties

created
bool created [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_items
ListViewItem[] _items;
Undocumented in source.

Meta