export enum ScrollHint { EnsureVisible = 0, PositionAtTop = 1, PositionAtBottom = 2, PositionAtCenter = 3, }