C1.WPF.DataGrid Namespace > C1DataGrid Class : RowHeight Property |
'Declaration
Public Property RowHeight As DataGridLength
public DataGridLength RowHeight {get; set;}
Only Pixel and Auto modes are allowed. If the value to be set is of type pixel, the amount of pixels must be specified, If the value is of type Auto, the height of the row will be determined by the content of the cells of each row.
If a row has the property Height set, the layout will take the value set in the row over the one in the data grid.
Notice MinRowHeight and MaxRowHeight has precedence over this property, that mean that if you set RowHeight=100 and MinRowHeight=110 the actual value will be 110.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2