If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > DataCombo - dropdown list width

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-03, 10:24
jsager jsager is offline
Registered User
 
Join Date: Feb 2003
Location: Atlanta, GA
Posts: 5
Question DataCombo - dropdown list width

I want to adjust the width of the dropdown list in a DataCombo. Does anyone know how to do this? Code snippets woul be greatly appreciated.
Reply With Quote
  #2 (permalink)  
Old 04-05-04, 15:58
jmantha jmantha is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Re: DataCombo - dropdown list width

Quote:
Originally posted by jsager
I want to adjust the width of the dropdown list in a DataCombo. Does anyone know how to do this? Code snippets woul be greatly appreciated.
Hi,

Were you ever able to do this ? I'm trying to do exactly that...

Thanks,

Joey
Reply With Quote
  #3 (permalink)  
Old 04-19-04, 15:39
Saila Saila is offline
Registered User
 
Join Date: Apr 2004
Location: South Arica
Posts: 125
The problem with the datacombo is that the width of the drop down list is the same as the width of the combo box, so the only way to change the width is to change the size of the whole control.

DBCombo1.width="1455"

would it not be possible to use a normal combo box for this?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On