TListColumn, In a TListView Problem.

Hello everyone,

My problem is as follow...

I have a TListView which Iam trying to fill as a vsReport (ViewStyle)
which displays the ListView as a Report, and Iam Trying to set the
Alignment property of the Column at 0 in the Columns Property of The
ListView, But It does not Work. Even though, Setting the Alignment of
The Columns at 1, 2, 3 so on works fine.

What is it with the Alignment of The First column on a ListView??? It
looks always LeftJustified, and It does not change when setting it to be
RightJustified.

Thanks in advance,
P.S. Iam using Delphi 2.0 Client/Server.