Alignment
|
Sets the horizontal alignment for the column
|
Backcolor
|
Sets or gets the background color for a column as a hex number
|
Caption
|
Sets or gets the text that appears in the column header
|
Clickable
|
If set to true, the user is able to click on the header of the column
|
Expand
|
If set to true, the column is able to expands itself to fill any available space
|
FixedWidth
|
Sets or gets the fixed width of the column
|
FontDescription
|
Set or gets the description of the font to use for the text column
|
ForeColor
|
Sets or gets the foreground color for a column as a hex number
|
MaxWidth
|
Sets or gets the maximum width of the column or -1 if no maximum is set
|
MinWidth
|
Sets or gets the minimum width of the column or -1 if no minimum is set
|
Reorderable
|
If set to true, the user can reorder the column
|
Resizable
|
Making a column resizable will allow the user to resize the column (by setting to true)
|
Sensitive
|
If set to true, the column header is sensitive when the mouse passes over the column header
|
Sizing
|
Sets or gets the sizing type of the column
|
SortIndicator
|
Shows(if true) or hides(if false) an arrow in the header button indicating that the column is sorted
|
SortIndicatorType
|
Sets or gets the direction of the sort indicator arrow
|
Visible
|
Show (if true) or hide (false) a tree column
|
Wrap
|
Sets or gets the line wrapping for the text column
|
XAlign
|
Sets or gets the horizontal alignment for the text in column
|
XPadding
|
Sets or gets the amount of space to add on the left and right of the column text
|
YAlign
|
Sets or gets the vertical alignment for the text in the column
|
YPadding
|
Sets or gets the amount of space to add on the top and bottom of the text in the column
|