how do you manage big list boxes?
Scroll-listboxes are good enough while you are working with a number
of items ranging from 0 to (maybe) 1000. But what do you use to
manage more items in an efficent way (from the point of view of
space)?
An example where a Scroll-listbox can't be used efficently could be a
browser of database records. You must load all records (at least some
column) if you want to browse them with the traditional Scroll-listbox.
The natural answer seems something like a new Scroll-listbox with
external functions to fetch and locate items (rows, records, lines) as
needed.
Since the problem seems to me rather common I hesitate starting
thinking of a solution.
Any suggestion?
Received on Sat Jun 20 1998 - 04:36:48 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST