Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ColumnWidths and 1 column in combobox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01136451
Message ID:
01136454
Views:
15
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>I have a combobox with 1 column only. I've tried various values for ColumnWidths, but when I expand the combobox, it always shows the same width. Does it mean what ColumnWidths property is not respected for combobox with 1 column?
>
>Thanks.

Yes, it doesn't works for me either. One work around:
ColumnCount = 2
ColumnWidths = [200,0]
ColumnLines = .f.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform