Class GridResizeToFitOptions
Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.
The options can be combined.
Inheritance
System.Object
GridResizeToFitOptions
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class GridResizeToFitOptions : Enum
Fields
IncludeHeaders
Include also row or column header for resizing the cells.
Declaration
public const GridResizeToFitOptions IncludeHeaders
Field Value
Type |
---|
GridResizeToFitOptions |
None
Uses default behavior for resizing cells to fit contents. Ignores covered cells, does shrink size, does not include headers.
Declaration
public const GridResizeToFitOptions None
Field Value
Type |
---|
GridResizeToFitOptions |
NoShrinkSize
Do not shrink size of cells.
Declaration
public const GridResizeToFitOptions NoShrinkSize
Field Value
Type |
---|
GridResizeToFitOptions |