WPF之讓ListView中的CheckBox居中顯示

第一步:在資源中定義一個居中的樣式: <Window.Resources> <Style x:Key="ListViewItemStyle" TargetType="{x:Type ListViewItem}"> <Setter Property="HorizontalContentAlignment" Value="Stretch"/>
相關文章
相關標籤/搜索