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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top