Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to see full value when i enter 1st charactor of word in combobox
Posted

Set Combo box's AutoCompleteMode property value to Suggest or Append or SuggestAppend and

Set AutoCompleteSoucre property value to ListItems.This will do what you wanted.



Thanks,
Sohaib Ahmed


[edit]unnecessary Code block removed[/edit]
 
Share this answer
 
v2
Bind your combobox to a datasource using a Bindingsource.
Then set AutoCompleteMode to SuggestAppend and AutoCompleteSource to ListItems

It should sort itself out from there.
 
Share this answer
 
 
Share this answer
 

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