Skip to content

MMultiSelectDropDownStyle

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

Flow Wiki

MMultiSelectDropDownStyle

  • MNonSpecifiedString

    • item : string
  • MMaxHeight

    • height : double
  • MWidth

    • width : double
  • MCustomLineHeight
    MNoFocus();

    • height : double
  • MCustomTextStyle
    Custom size and color, use MCustomFont for custom fontfamilies and opacities.

  • MSelectedItemStyle

  • MOnItemClick
    "Pick" by default

    • fn : (index : int, selected : bool) -> void
  • MAddDoneButton

  • MEnabled
    Disables inner clickable materials in most of the components

  • MAddClearButton
    Adds an icon button, which sets current selection to non-specified (-1 for MDropDownMenu or [] for MMultiSelectDropDown).

  • MShowTooltip

  • MDropDownIconNearTitle
    Intended for MDropDownMenu. Get rid of filler between title and icon.

  • MCroppedButton

  • MCustomButton

  • MLeftDecorations
    Place next to item corresponding Material, length of extraItems should be equal length of items.

  • MRightDecorations

  • MDropDownMenuDisabledOpacity

  • MMenuLineBorders
    Left/right borders

    • borders : double
  • MOutlined

Clone this wiki locally