Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想在 WPF 数据网格中设置填充,如下所示。但是,当我们选择特定行时,所选行的单元格之间会出现空白。我们如何提供填充并让空白在数据网格行选择上消失。
<Style TargetType="DataGridCell"> <Setter Property="Padding" Value="2 0 2 0"/> </Style>
如果您的控件背景和窗口背景相同,请将背景设置为透明。或者使用TextBlock设置DataGridCell模板并将填充设置为TextBlock并将TextBlock的背景设置为与DataGrid相同