UniformGrid
The UniformGrid arranges its items in rows and columns using the same size for each item.
RadUniformGrid
is the class that represents this panel.
The panel calculates the size for the items based on the available space and the number of rows and columns. If no rows and columns are specified, their number is automatically calculated based on the available space.
Defining RadUniformGrid with automatically calculated rows and columns

Setting Rows and Columns
The number of rows and column of the UniformGrid can be manually adjusted by setting the Rows
and Columns
properties of RadUniformGrid
.
Defining RadUniformGrid with manually set columns count only

Defining RadUniformGrid with manually set columns and rows count

Changing the Arrangement Direction
By default the panel orders its items from right to left, row by row. This can be changed by setting the ChildrenFlow
property to Vertical
. The vertical flow will order the items from top to bottom, column by column.
Setting the arrangement direction
