http://wpftutorial.co.in/WPFPanels/WPFGridPanelLayout.aspx
http://www.wpftutorial.net/WPFIntroduction.html
http://www.wpf-tutorial.com/about-wpf/what-is-wpf/
http://www.wpf-training-guide.com/
http://www.wpftutorial.net/WPFIntroduction.html
http://www.wpf-tutorial.com/about-wpf/what-is-wpf/
http://www.wpf-training-guide.com/
WPF Grid PanelThe grid is a layout panel that arranges its child controls in a tabular structure of rows and columns. Its similar to the HTML table tr and td tagswe can set the rows in grid with the help of "Grid.RowDefinitions" and set columns with the help of "Grid.ColumnDefinitions". we just need to add "RowDefinition" and "ColumnDefinition" as per our requirement as below |
||||||||||||||||||||||||||||
Below just write down a WPF Grid Layout with two reows and two columns | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
We can position the controls inside the Grid using Grid.Column and Grid.Row as Below | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
No comments:
Post a Comment