Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Right Align Column in ListView 6.0 / SP4?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00426701
Message ID:
00463887
Views:
11
That in-line alignment property when I ADD the column doesn't seem to bite. Let me know if this is the way you are doing it. Perhaps the alignment 'assignment' would be needed after the icon assign.
Add the column:
oListView.COLUMNHEADERS.ADD(,"MyColumn1Name","MyColumn1Text",125,,)
Assign the column data alignment:
oListView.COLUMNHEADERS("MyColumn1Name").ALIGNMENT=1
HTH
PS:
Where did you locate the 'triangle images'?
Imagination is more important than knowledge
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform