Const
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.
Always ensure the cell is fully in view, regardless of its current visibility
Ensure the cell is fully in view only if it is currently not visible
Never ensure the cell is fully in view
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.