Enum GridResizeToFitOptions
Defines the options for a ResizeToFit(GridRangeInfo) method call.
The options can be combined.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridResizeToFitOptions
Fields
Name | Description |
---|---|
IncludeCellsWithinCoveredRange | ResizeCoveredCells mode only resizes the last row or column of a covered range. Use this option to also resize the columns or rows before the last one. |
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. |
ResizeCoveredCells | Include covered cells for resizing cells. When using this mode, only the last row or column of a covered range is resized. |