Method | Description | |
---|---|---|
AddMoreWidthValue ( float offset, ColumnSpecificWidthLevel level ) : void | ||
AdjustDecrByOne ( ) : void | ||
S3_UpdateIfWider ( float newWidth, ColumnSpecificWidthLevel level ) : void | ||
S5_SetMinWidth ( float minWidth ) : void | ||
SetWidth ( float width, ColumnSpecificWidthLevel specificWidthLevel ) : void | ||
TableColumn ( int index ) | ||
UpdateMinMaxContentWidthIfWider ( float newMinContentWidth, float newMaxContentWidth ) : void | ||
UseMaxWidth ( ) : void | ||
UseMinWidth ( ) : void |
public AddMoreWidthValue ( float offset, ColumnSpecificWidthLevel level ) : void | ||
offset | float | |
level | ColumnSpecificWidthLevel | |
return | void |
public S3_UpdateIfWider ( float newWidth, ColumnSpecificWidthLevel level ) : void | ||
newWidth | float | |
level | ColumnSpecificWidthLevel | |
return | void |
public S5_SetMinWidth ( float minWidth ) : void | ||
minWidth | float | |
return | void |
public SetWidth ( float width, ColumnSpecificWidthLevel specificWidthLevel ) : void | ||
width | float | |
specificWidthLevel | ColumnSpecificWidthLevel | |
return | void |
public UpdateMinMaxContentWidthIfWider ( float newMinContentWidth, float newMaxContentWidth ) : void | ||
newMinContentWidth | float | |
newMaxContentWidth | float | |
return | void |