Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right Justifying columns in a combobox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00336322
Message ID:
00336382
Views:
18
>Is there a way to right justify columns in a combobox?
>
>Thanks,
>Paul Acton

Problem with combobox is that it behaves different than Grid or any other controls because the contents are string type. To achieve the functionality you want, you have to concatenate space before the item contents.

This.List[1,1] = SPACE(10)+'1111111111'
This.List[2,1] = SPACE(10)+'1111111111'
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform