menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridCellSizeKind - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved