I am beginner in WPF and use this book http://apress.com/book/view/1430272058
I came to the champter 2 and threre is Attached Properties
explanation but I couldn't understand very well there is this example:
as you can see threre are 2 attached properties Grid.row="0" and Grid.row="1" what does it means, Grid or Button is not affected in disaigner or when i run code
Mike GoldPosted Aug 16, 2010, 10:58 PM
<Grid.RowDefinitions>
<RowDefinition Height="30" />
<RowDefinition Height="*"/>
Grid.RowDefinitions>