How to change value of "Combobox.MaxDropDownItems"
-
In my current c# application I need a combobox that can have in it atleast 500 entries. But when I tried to do I, it says it can store at the max! only 100 entries in it. Is there any way I can set the combo's max drop down items?! Regards, na_ab
-
In my current c# application I need a combobox that can have in it atleast 500 entries. But when I tried to do I, it says it can store at the max! only 100 entries in it. Is there any way I can set the combo's max drop down items?! Regards, na_ab
then just put 500 items in, its not a problem. The MaxDropDownItems value is the number of item to be displayed during drop down at any one time. Which is limited to 100 May i also just suggest that a combo box with so many items is not very user friendly IMO
If only MySelf.Visible was more than just a getter... A person can produce over 5 times there own body weight in excrement each year... please re-read your questions before posting
-
In my current c# application I need a combobox that can have in it atleast 500 entries. But when I tried to do I, it says it can store at the max! only 100 entries in it. Is there any way I can set the combo's max drop down items?! Regards, na_ab
this is can change simply. first you must change the property DropDownHeight (Default value 106 you can change to 100) and then reset it again(to 106). then you can change the value in maxDropDownItems = 10 or your value. it's work great.......!!!!!!!! thanks gihan gihan_chandima@yahoo.com