Skip to content

MTabsStyle

Stanislav Podolia edited this page Jul 21, 2020 · 6 revisions

Flow Wiki

MTabsStyle

  • MFontStyle

  • MItemsColor

  • MBackgroundStyle
    Background style of the popup

  • MTabsBackgroundStyle
    Background style of the tabs

  • MTabsContentBackgroundStyle
    Background style of the tabs content

  • MTabsIndicatorColor
    The color of the line under the selected tab

  • MTabIndicatorOnTop
    Sets tab indicator line above the tab label. By default it is situated below.

  • MLargeView
    For 320dp max width (256dp by default)

  • MThemeColor

  • FillOpacity

  • MElevation
    Elevation on focus (8. by default)

  • MNoDispose

  • MPreRender
    Pre render content of the tabs and don't dispose it while switching tabs

  • MCustomWidth

    • minWidth : double
    • maxWidth : double
  • MShowTooltip

  • MTabsPanelButton

  • MTabsAddAction

  • MMaxHeight

    • height : double
  • MListReorder

    • order : DynamicBehaviour<[ int ]>
    • enabled : Transform<bool>
  • MGrabDelay

    • delay : int
  • MNoScroll
    Do not add a scroller for the content area

  • TScrollInspectVisible
    Provide insight into what is currently visible.

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

    • width : double
  • MTabsNoDimming
    Do not dim tabs without focus

  • MTabsVerticalSeparators

  • MTabsHorizontalSeparator

  • MTabsIconLeftAlign

  • MTabsAlign

    • direction : CommonAlignment
Clone this wiki locally