ListBox.RowIsFolder
Warning
This item was deprecated in version 2019r2. Please use DesktopListBox.RowExpandableAt as a replacement.
Description
For hierarchical ListBoxes, is used to get or set whether the row should be displayed as a folder.
Sample code
Me.AddFolder("Added as a Folder")
Me.RowIsFolder(Me.LastIndex) = False ' Disable folder indicator
Compatibility
All projects types on all supported operating systems.