Scrollable list box used in demo applications to display a vertical list of items with optional icons and text. Publishes the selected index, the item collection, and the item height for design-time configuration.
Adds a new item to the end of the list with the given text, an optional icon, and an optional associated object. (inherited from TTMSFNCCustomCloudDemoListBox)
Re-enables updating after a matching begin-update call and rebuilds and repaints the list to reflect any pending changes. (inherited from TTMSFNCCustomCloudDemoListBox)
Inserts a new item at the specified position with the given text, an optional icon, and an optional associated object. (inherited from TTMSFNCCustomCloudDemoListBox)
Occurs after the selected item changes, whether through user interaction or by setting the selected index in code. (inherited from TTMSFNCCustomCloudDemoListBox)