Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo box question

Status
Not open for further replies.

maurer

Programmer
May 21, 2000
1
US
I have a working incremental search for combo box (type 0-Drop Down Combo) but I have a problem when combo box width is smaller than the selected data. The selected data is highlighted and push to left.<br><br>Thanks for help.
 
I have had this same problem in the past and here is what I did to rectify the situation. Try setting the combo box style property to &quot;2 - Dropdown List&quot; instead of &quot;0-Drop Down Combo&quot;. This should left justify the text for a selected item in a combo box. You can also increase the width of the combo box control to equal the longest item in the list. Hope this helps.
 
Check out Microsoft Knowledge Base article Q89219 for further assistance. Go to microsoft.com -> select support menu from the upper left portion of the screen -> select knowledge base -> type in the number Q89219.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top