Hi,
I would like to style my grid using ResourceDictionary but it wont allow me as it doesnt have propery. How can i do that?
<Grid x:Name="myGrid" Style="{StaticResource grdStyle})></Grid><Style TargetType="{x:Type Grid}" x:Key="grdStyle"><Setter Property="VerticalAlignment" Value="Top"/><Setter Property="HorizontalAlignment" Value="left"/><Setter Property="Margin" Value="10,0"/><Setter Property="Width" Value="600"/></Style>
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."