ListBox.ExpandRow
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated in version 2019r2. Please use ListBox.RowExpanded as a replacement. |
Event
The user has clicked on the disclosure triangle, or the expanded property was set to true programmatically, for a collapsed row that was added using AddFolder. Row is zero-based.
Notes
The rows are not persisted when the folder is later collapsed. Use the ExpandRow event handler to re-add rows as necessary.
Example
This code adds children to the expanded row: