Enum 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.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridCellSizeKind
Fields
Name | Description |
---|---|
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. |
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. |