這裏我想給白色和灰色替代網格行的顏色。我HV做了很多嘗試,但我不能這樣做網格的造型.the代碼是在這裏如何做數據網格的樣式?
<Style TargetType="{x:Type wpftoolkit:DataGrid}">
<Setter Property="Margin" Value="0" />
<Setter Property="BorderBrush" Value="#A6A6A6" />
<Setter Property="BorderThickness" Value="0,1,0,0"/>
<Setter Property="Background" Value="{StaticResource GridBgBrush}" />
<Setter Property="RowBackground" Value="White" />
<Setter Property="AlternatingRowBackground" Value="#FFF3F6FA" />
<Setter Property="GridLinesVisibility" Value="Horizontal" />
<Setter Property="HorizontalGridLinesBrush" Value="Transparent" />
<Setter Property="RowHeaderWidth" Value="0" />
</Style>
這裏的StaticResource GridBgBrush早些時候該文件as`
PLZ提前定義給予妥善解決.thanks。
:你可以給數據網格樣式的鏈接?我確信樣式在resourcedictionary部分定義爲。謝謝回覆。 –
user1334247
2012-04-26 01:48:15