Listbox items limits ???

  • Thread starter Thread starter Guest
  • Start date Start date
serge calderara said:
Dear all,

Is there a limit on the number of item of a listbox control ?

regards
serge

As the documentation for the Add() method lists only a System Exception for
"There is insufficient space available to add the new item to the list."
(I'm reading "space" as referring to available memory), I'd say there is no
absolute limit on the number of items. There are, of course, GUI design
guidelines that offer practical limits.
 
Back
Top