Creates a new ListView object; can also be called as PARENT->AddListView(%OPTIONS).
Arranges items in the ListView; the optional FLAG parameter can be one of the following values:
0 uses the current alignment style (this is the default) 1 align items along the left edge of the window 2 align items along the top edge of the window 5 snaps icons to the nearest grid position
[TBD]
Deletes all items from the ListView.
Gets or sets the width of the specified COLUMN; WIDTH can be the desired
width in pixels or one of the following special values:
Returns the number of items in the ListView.
[TBD]
Removes the zero-based INDEX item from the ListView.
[TBD]
[TBD]
Returns the index of the first visible item in the ListView.
Returns the width, in pixels, needed to display the specified STRING in the
ListView area.
Checks if the specified point in the ListView area is occupied by an item;
it returns the index of the found item or zero if none was found. If called
in an array context, it returns an additional value containing more info
about the position of the specified point.
[TBD]
[TBD]
Gets the check state of a ListView item (valid only if the control was
created with the -checkboxes => 1 option).
Moves the specified zero-based INDEX item to the specified position, or
returns its current X and Y position if X and Y are not given. See also MoveItem()
Moves the specified zero-based INDEX item to the specified position, if the
ListView is in big or small icon view mode; X and Y coordinates are
relative to the ListView client area.
[TBD]
Returns the number of currently selected items.
[TBD]
See ChangeItem().
Gets or sets the background color for the text in the ListView.
Gets or sets the text color for the ListView.
Gets or sets the viewing mode of the ListView control; the returned or
given MODE can have one of the following values:
Returns the number of items that can be fully visible in a page of the
ListView control; if the current view state is big or small icons, the
function returns the total number of items in the control.
-1 automatically size the column
-2 automatically size the column to fit the header text
0 big icons
1 details
2 small icons
3 list
Sent when the user clicks on a column header in the ListView; ITEM specifies the one-based index of the selected column.
Sent when the user selects an item in the ListView; ITEM specifies the
zero-based index of the selected item.
Sent when the user presses a key while the ListView control has focus; KEY
is the ASCII code of the key being pressed.