The Grid panel supports arranging controls in multi-row and multi-column layouts. You can specify a Grid panel's rows and columns by using the RowDefinitions and ColumnDefinitions properties. In XAML, use property element syntax to declare the rows and columns within the Grid element. You can distribute space within a column or a row by using Auto or star sizing.