Concept Framework 2.0 documentation Contents | Index

RColumnManager

Name Version Deprecated
RColumnManager version 1.0 no

Defined in : RColumnManager.con
(this file must be included in your application in order to have access, unless you use a child class of RColumnManager that includes this file)

Description:
This class provides access to the RTreeView columns.

This class should not be used directly; it's used internally by the RTreeViewColumnManager class that is later used by the RTreeView control.


Properties:
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

Methods:
RColumnManager This is the standard contructor for this class and should not be used directly
UseWidget This function attaches a column header to a control




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:11 2011 GMT(c)2011 RadGs Software