ColumnStyle
public enum ColumnStyle : Int
Specifies how table Column’s width is set.
- fixedWidth: The columns have fixed, unchangeable width.
- autoWidth: The columns’ width changes when the table is resized.
-
Undocumented
Declaration
Swift
case fixedWidth = 0
-
Undocumented
Declaration
Swift
case autoWidth = 1