Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown List
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00300507
Message ID:
00300554
Views:
21
>>If its a single column combo box, in the INIT
>>try using:
>>
>>This.ColumnCount = 1
>>This.ColumnWidths = This.Width
>There is a second column.
>Mark

Mark,

Extrapolate;
This.ColumnCount = 2
This.ColumnWidths = ALLTRIM(STR(INT(This.Width/2))) + "," + ;
                    ALLTRIM(STR(INT(This.Width/2)))
In other words make the sum of the columnwidths equal to the combo's width.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform