Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max rows in a combobox?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00455869
Message ID:
00455907
Vues:
32
>How many rows can you have in a combobox if the RowSource is an array with one column only? I need to have about 150 rows, but the drop-down list seems to stop after 50 rows or so. TIA!

I agree with Chris about limiting the size of combos. They can become very unfriendly UI-wise when the available choices get to be too much. I would recommend a listbox or a grid with no lines in situations like this.

That said, I tested with 152 records selected into a array property of the form and then set combo accordingly. Everything displayed as it should (all records). The DisplayCount property sets the size of the dropdown before it allows scrolling. Does yours not have a scrollbar?
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform