Smart ListBox: Has Anyone Written One?
Posted: Fri Aug 07, 2009 10:47 am
by Robin Arzoni >> Thu, 5 Apr 2001 22:32:08 GMT
I have a system that uses ListBoxes to display hierarchies. For performance reasons, I would prefer to have a smart ListBox that loads only the objects that will fit into the current ListBox window, and that loads or discards objects as the user scrolls up or down.
I know that the JADE Demo System has a CollectionListBox subclass which adjusts the collection and ListBox items as the user scrolls, but it does not maintain hierarchies.
Has anyone written a ListBox subclass that supports hierarchies and maintains a moveable window over a collection?
Robin
I have a system that uses ListBoxes to display hierarchies. For performance reasons, I would prefer to have a smart ListBox that loads only the objects that will fit into the current ListBox window, and that loads or discards objects as the user scrolls up or down.
I know that the JADE Demo System has a CollectionListBox subclass which adjusts the collection and ListBox items as the user scrolls, but it does not maintain hierarchies.
Has anyone written a ListBox subclass that supports hierarchies and maintains a moveable window over a collection?
Robin