RevGrid - v0.10.0
    Preparing search index...

    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.

    Index

    Enumeration Members

    Enumeration Members

    Always: "Always"

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

    IfNotVisible: "IfNotVisible"

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

    Never: "Never"

    Never ensure the cell is fully in view