Which listview is the question about?
In the Forms ListView, the first column is fixed to left justified.
WFP's ListView can be centered with the following settings.
- <ListView.ItemContainerStyle>
-
<Style TargetType = "ListViewItem">
-
<Setter Property = "HorizontalContentAlignment" Value = "Stretch" />
-
</ Style>
-
</ ListView.ItemContainerStyle>