-
Notifications
You must be signed in to change notification settings - Fork 38
MColumnStyle
Stanislav Podolia edited this page Jun 30, 2020
·
3 revisions
-
MHeaderStyle
Style to define DataTable headers background and text style. textStyleSelected is useless, it is here for compability reasons.-
background : [ TGraphicsStyle ]
-
textStyle : [ MEllipsisTextStyle ]
-
textStyleSelected : [ MTextStyle ]
-
background : [ TGraphicsStyle ]
-
RightAlign
-
CenterAlign
-
StartAlign
-
EndAlign
-
MSort
Style for custom sorting-
colCompares : (int, int) -> int
-
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
-
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-
fn : (selected : bool) -> Material
-
fn : (selected : bool) -> Material