Enum GridResizeToFitOptions
Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.
The options can be combined.
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
[Flags]
public enum GridResizeToFitOptions
Fields
| Name | Description |
|---|---|
| IncludeHeaders | Include also row or column header for resizing the cells. |
| None | Uses default behavior for resizing cells to fit contents. Ignores covered cells, does shrink size, does not include headers. |
| NoShrinkSize | Do not shrink size of cells. |