Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Right Align Column in ListView 6.0 / SP4?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00426701
Message ID:
00463890
Vues:
10
That in-line alignment property when I ADD a 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform