RevGrid - v0.11.1
    Preparing search index...
    RevEnsureFullyInView: {
        Always: "Always";
        IfNotVisible: "IfNotVisible";
        Never: "Never";
    }

    Specifies the behavior for ensuring that a cell is fully visible within a view.

    This enum is used to determine when a cell should be scrolled into view.

    Type Declaration

    • ReadonlyAlways: "Always"

      Always ensure the cell is fully in view, regardless of its current visibility

    • ReadonlyIfNotVisible: "IfNotVisible"

      Ensure the cell is fully in view only if it is currently not visible

    • ReadonlyNever: "Never"

      Never ensure the cell is fully in view