Skip to content

MGridListStyle

Stanislav Podolia edited this page Jun 30, 2020 · 3 revisions

Flow Wiki

MGridListStyle

  • MGridListCellMinWidth

    • w : double
  • MGridListCellMaxWidth

    • w : double
  • MGridListColsNumber

    • n : int
  • MGridListCellHeight

    • h : double
  • MGridListCellAspectRatio
    Ignored if MGridListCellHeight is present

    • ratio : double
  • MGridListPadding

    • padding : double
  • MNoScroll
    Do not add a scroller for the content area

  • MSingleSelection
    Helpers for easier selection, for advanced stuff use MListSelection

    • selected : DynamicBehaviour<int>
  • MOnListClick

    • enabled : Transform<bool>
    • onClick : (int) -> void
  • MOrdered

    • ordered : bool
Clone this wiki locally