Skip to content

TScrollableState

Stanislav Podolia edited this page Aug 8, 2019 · 2 revisions

Flow Wiki

TScrollableState

  • TScrollRect
    If you need to control the area

    • x : DynamicBehaviour<double>
    • y : DynamicBehaviour<double>
    • width : DynamicBehaviour<double>
    • height : DynamicBehaviour<double>
  • TScrollOffset
    If you need to control the position

  • TAnimate
    If scrolling should animate.

    • tension : double
    • friction : double
  • TScrollInspect
    explicitely inspect the size of the content to make sure scroll bars are visible when both TScrollable and its content form rely on TFillXY(). Inspired by case 38798.

  • TStickToEdge
    pushes the scrollbars to egdes of the screen

Clone this wiki locally