Adventures in Software » Blog Archive » Structure of a WPF view by Wpf grid layout

Sun, 09 Aug 2009 00:00:08 -0600

Adventures in Software » Blog Archive » Structure of a WPF view

by Wpf grid layout @ Sun, 09 Aug 2009 00:00:08 -0600



From here, you can use a Grid layout just like you did for the Window, but set the ColumnDefinitions instead of the RowDefinitions. When you're done, click the button in the picture on the right to go back to the window. ...