Class GridCellSizeKind
Defines how to handle the top-most row or left-most (RTL: right-most) column when pixel scrolling is enabled and cells are only partially visible.
Inheritance
System.Object
GridCellSizeKind
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridCellSizeKind : Enum
Fields
ActualSize
Get the whole rectangle of the cell including the parts that are above the visible scroll area when pixel scrolling is enabled and cells are only partially visible.
Declaration
public const GridCellSizeKind ActualSize
Field Value
| Type |
|---|
| GridCellSizeKind |
VisibleSize
Get only the visible rectangle of the cell excluding the parts that are above the visible scroll area when pixel scrolling is enabled and cells are only partially visible.
Declaration
public const GridCellSizeKind VisibleSize
Field Value
| Type |
|---|
| GridCellSizeKind |