ComboBox

W

Wiktor Zychla

Is there combobox that will display more than 100 item?

a ComboBox can display any number of items.
do you have any problems with more than 100?
 
J

Joe

-----Original Message-----

a ComboBox can display any number of items.
do you have any problems with more than 100?

I believe the maximum number entered in combobox
property MaxDropDownItems was 100. Is this incorrect?
 
J

John Eikanger [MSFT]

Hi, Joe

MaxDropDownItems deals with the number of lines displayed by the dropdown,
not how many items you can store in the combo box. The documentation is
really not clear here. I will file a doc bug on it.

Thanks for bringing this to our attention,

John Eikanger
Microsoft Developer Support

This posting is provided “AS IS” with no warranties, and confers no rights.
(c) 2003 Microsoft Corporation. All rights reserved.

--------------------
| Content-Class: urn:content-classes:message
| From: "Joe" <[email protected]>
| Sender: "Joe" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: Re: ComboBox
| Date: Wed, 9 Jul 2003 09:52:29 -0700
| Lines: 11
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNGOnutPV/KRm0sSFCCmrTadwtQxg==
| Newsgroups: microsoft.public.dotnet.framework
| NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!cpmsftngxa09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework:48521
| X-Tomcat-NG: microsoft.public.dotnet.framework
|
|
| >-----Original Message-----
| >> Is there combobox that will display more than 100 item?
| >
| >a ComboBox can display any number of items.
| >do you have any problems with more than 100?
| >
| >I believe the maximum number entered in combobox
| property MaxDropDownItems was 100. Is this incorrect?
| >.
| >
|
 

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

Top