Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello

Kindly help me to specify the height of auto complete drop down list of a textbox programmatically for a vb.net project


The drop down list shows all the data with a scroll bar

I still want to reduce the height of the drop down list
Posted
Updated 20-Dec-12 19:40pm
v2
Comments
Ashok19r91d 21-Dec-12 0:19am    
What's the Your exact need?
Need to Load DropDown Programatically? or
Need to Set Display Item Count Progamatically?
Menon Santosh 21-Dec-12 2:41am    
It is not possible it will show all the available options
Akbar Ali Hussain 21-Dec-12 15:00pm    
You can create a custom control with the combination of TextBox and ListBox. Or modify a textbox control which autofills without dropddown list. Refer the following
http://www.dreamincode.net/forums/topic/34785-create-an-autocomplete-textbox-control-in-c%23/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900