Fist column text align in Listview

  • Thread starter Thread starter Ofer B.
  • Start date Start date
O

Ofer B.

Hi

Is it possible to set the text alignment of the first column in a listview
to center ot right?

I can set the alignment of all the other columns, just not the first one
(the left column).

thanks
Ofer
 
Setting text alignment works for every but the most left column. A possible
workaround (at least working if you are using detail view only) would be to
create a left most column with width 0 and show your all your data as
individual ListView.SubItems.
 
Back
Top