Skip to content

TScrollStyle

Stanislav Podolia edited this page Jun 30, 2020 · 1 revision

Flow Wiki

TScrollStyle

  • TScrollSetPosition
    Provides ability to move to a specific place. (Does not reflect where it is placed)

  • TScrollBound

  • TScrollInspectVisible
    Provide insight into what is currently visible.

    • topleft : DynamicBehaviour<Point>
    • widthHeight : DynamicBehaviour<WidthHeight>
  • TScrollEnabled

  • TScrollDontHandle
    Do not handle the mouse events, so they are also sent to stuff below

  • TScrollPersistent
    If false - hides scrollbars if no scroll is happening
    true by default

  • TScrollDisableMouseWheel
    Disables Mouse Wheel

  • TReverseMouseWheel

  • TScrollDisableOutOfBounds

  • TScrollKeysEnabled

  • TScrollbarsVisible

    • x : DynamicBehaviour<bool>
    • y : DynamicBehaviour<bool>
  • TScrollbars

    • x : TScrollbarStyle
    • y : TScrollbarStyle
  • TExpandOnHover

    • expand : bool
  • TScrollBarTop

  • TScrollBarStart

  • TScrollCropByContent

  • TScrollOutOfBounds

    • x : DynamicBehaviour<double>
    • y : DynamicBehaviour<double>
  • TScrollWidthHeight

    • content : DynamicBehaviour<WidthHeight>
    • box : DynamicBehaviour<WidthHeight>
  • TEnabled

  • TOnScrolledToBottom

    • event : () -> void
  • TOnScrolledToSide

    • event : () -> void
  • TKeyFilter

    • fn : (key : KeyEvent) -> bool
  • TScrollFadeContent

    • color : int
    • width : double
  • TScrollMouseEnabled

  • TScrollPosition

    • position : DynamicBehaviour<Point>
  • TCurrentInteractive

    • current : DynamicBehaviour<Maybe<bool>>
  • TMouseXY
    Where is the mouse in local x,y coordinates?

    • point : DynamicBehaviour<Point>
  • TScrollMoving

    • moving : DynamicBehaviour<bool>
  • TScrollXMoving

    • moving : DynamicBehaviour<bool>
  • TScrollYMoving

    • moving : DynamicBehaviour<bool>
  • TScrollInspectShowScrolling

    • show : DynamicBehaviour<bool>
  • TSetRTL

    • rtl : bool
  • TScrollPercent

    • percent : DynamicBehaviour<Point>
  • TScrollbarsAdditionalBox

  • TScrollbarOverlapContent

    • overlap : bool
  • TScrollAxisEnabled

Clone this wiki locally