J
John Bowman
Hello,
I'm working w/ a simple testing ListView control (in C#) in Details view
that has 3
columns. Why is it that Column 0's TextAlign cannot be set through the IDE
or from code such as below. It always defaults to Left.
lstCells.Columns[0].TextAlign = HorizontalAlignment.Center;
Anybody know what's going on here? The other 2 columns can be set via the
IDE or via code and they work just fine.
TIA,
I'm working w/ a simple testing ListView control (in C#) in Details view
that has 3
columns. Why is it that Column 0's TextAlign cannot be set through the IDE
or from code such as below. It always defaults to Left.
lstCells.Columns[0].TextAlign = HorizontalAlignment.Center;
Anybody know what's going on here? The other 2 columns can be set via the
IDE or via code and they work just fine.
TIA,