ListView
(class)
inherits
Control
This control implements a list of selectable text items with icons.
hListView
= NEW ListView (
Parent
AS Container )
Creates a new ListView.
hListViewItem
=
hListView
[
Key
AS String ] AS .ListViewItem
Returns an item from its key.
Symbols
Events
Activate
Click
Rename
Select
Properties
Available
ClientH
ClientHeight
ClientW
ClientWidth
Count
Current
Editable
Item
Mode
ScrollBar
Sorted
Methods
Add
Clear
Exist
Extended
MoveFirst
MoveNext
MoveTo
Multi
None
Remove
Single
Referenced by:
Graphical User Interface Component - gb.qt
ListView _(class)_
.ListViewItem _(class)_
Visual Introduction to Gambas