Enum HeightMode
Specifies the HeightMode of the RowTemplate
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum HeightMode
Fields
| Name | Description |
|---|---|
| Auto | Specifies the actual height of the RowTemplate. |
| Fixed | Specifies the Height value when its defined otherwise it denotes the actual height |
| ViewPort | Specifies the view port height when its less than the actual height of RowTemplate |