How to resize the DataGrid's Headers?
|
Article Information
|
Article relates to VIBlend DataGrid for WPF
|
How To
|
Resize a header item in VIBlend DataGrid for WPF
|
Solution
|
In order to resize an item from the RowsHierarchy, you need to do the following:
|
You can also use the Width property, in order to set the row header item’s width.
|
In order to resize an item from the ColumnsHierarchy, you need to do the following:
|
You can also use the Height property, in order to set the column header item’s height.
|
|