Enum StripType
The different types of strip possible of a grid.
public enum StripType
Fields
Auto = 1
A strip that occupies exactly the size required by its content.
Fixed = 0
A strip having fixed size expressed in number of virtual pixels.
Star = 2
A strip that occupies the maximum available size, dispatched among the other stared-size columns.