π ListView
A virtualized list that allows up to thousands of items to be displayed.
π¦ Functions
AddItem
Adds an item to the list view.
Item
RemoveItem
Removes an item from the list view.
Item
ClearListItems
Removes all items from the list view.
ScrollToTop
Scrolls the entire list up to the first item.
ScrollToBottom
Scrolls the entire list down to the last item.
ScrollIndexIntoView
Requests that the item at the given index be scrolled into view.
Index
SetSelectionMode
Sets the selection mode of the list view.
SelectionMode
GetSelectionMode
β Returns ListViewSelectionMode.
SelectAll
Selects all items in the list view.
ClearSelection
Clears the selection in the list view.
π Events
GenerateInternalWidget
Triggered when the list view needs to generate the content of an entry widget.
UpdateInternalWidget
Triggered when the list view needs to update the content of an entry widget.
ListViewScrolled
Triggered when the list view has scrolled.
EntrySelectionChanged
Triggered when the selection of an entry changed.
ItemSelectionChanged
Triggered when the selection of an item changed.
Last updated
Was this helpful?