Skip to content

MListStyle

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

Flow Wiki

MListStyle

  • MThemeColor

  • MSelectedColor

  • MBackgroundStyle
    Background style of the popup

  • MSelectedBackgroundStyle
    MSelectedX styles works only with MListSelection() state

  • MEmptyMessage
    When the list is empty, display this in the center

  • MListWidth
    If width < 0 list takes all available width
    (-1.0, -1.0 by default)

    • minWidth : double
    • maxWidth : double
  • MCondensed
    Style for slimmer rows (height = 32 dp)

    • condensed : bool
  • MAddSeparators
    Add shadow and separators.

  • MAddScroll
    If None(), creates TScrollInspectVisible by default.

    • scrollInpect : Maybe<TScrollInspectVisible>
  • MCollapseUnactive

  • MListMinimize

  • MListMinimizedWidth

    • width : double
  • MNoEllipsis
    72. by default

  • MSideBorders
    Add borders to left and right sides of each line (16.0 by default)

  • MPrimaryActionWidth
    Set width of each line`s primary action (72.0 by default)

Clone this wiki locally