8000 MColumnStyle · area9innovation/flow9 Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MColumnStyle

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

Flow Wiki

MColumnStyle

  • MHeaderStyle
    Style to define DataTable headers background and text style. textStyleSelected is useless, it is here for compability reasons.

  • RightAlign

  • CenterAlign

  • StartAlign

  • EndAlign

  • MSort
    Style for custom sorting

    • colCompares : (int, int) -> int
  • MAutoSort
    Auto sorting algorithm, works fine with most cases, MSort is needed only in special ones

  • MMaxWidth
    Max width of the column, should be used with MFullWidth or MFullAdvanced. If less than column width, the latter wins.

    • width : int
  • MWidthByContent
    Sets column width by content width. Overrides "width" parameter and MMaxWidth.

  • MWidthByContentLimited
    equal to MWidthByContentLimited(const(-1.), const(-1.))

  • MColumnCustomTitle
    -1. for unlimited

Clone this wiki locally
0