ListViewColumnAlignment does now work |
Post Reply |
Author | |
herbat
Newbie Joined: 03 October 2006 Location: Poland Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 11 November 2007 at 10:39am |
ListViewColumnAlignment does not work.
Please check following example.
Whatever I set on runtime, it always aligment to left side.
|
|
Adam
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Sorry, you are right. Alignment was not used in Add method.
Please set it with Alignment property:
lvList.ColumnHeaders(2).Alignment = xtpListViewColumnRight
it will be fixed.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |