| 
 | 
 | 
 | 
| 
        | RowHeadersClass Class | 
RowHeadersClass Class (Softelvdm.SftTreeNET Namespace)
An instance of the RowHeadersClass class defines attributes for all row headers in a SftTree/NET control.
There are three instances of the RowHeadersClass object for one SftTree/NET control, describing the row headers in the item area, the column header area and the column footer area. They are accessed using the RowHeaders, Headers.RowHeaders and Footers.RowHeaders properties.
| VB | Public Class RowHeadersClass Inherits Object | 
| C# | public class RowHeadersClass : Object | 
| C++ | public ref class RowHeadersClass : public Object | 
| Public | Fields | ||||
| Protected | Constructors | Properties | Fields | 
 | 
| Description | |
| none | This class cannot be instantiated. | 
| Description | |
| Defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above. | |
| Defines the default background appearance of row headers. | |
| Defines the default background color for all row headers that are not selected. | |
| Defines the default background color for all row headers that are selected. | |
| Defines the color used to draw the slightly dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain and BackgroundAppearanceEnum.HeaderEmptyArea only). | |
| Defines the color used to draw the dark edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
| Defines the color used to draw the face of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
| Defines the color used to draw the lighted edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
| Defines the color used to draw the highlighted edge of a row header button (BackgroundAppearanceEnum.ButtonPlain only). | |
| Defines whether row headers are enabled. | |
| Defines whether row headers are highlighted as the mouse cursor moves over a row header. | |
| Defines whether row headers are underlined as the mouse cursor moves over a row header. | |
| Defines the default font for all row headers. | |
| Defines the default foreground color for all row headers that are not selected. | |
| Defines the default foreground color for all row headers that are selected. | |
| Defines the gap between parts within one cell in row headers. | |
| Defines the foreground color for all row headers that are disabled. | |
| Defines the linear gradient mode used to render the available background area in cells in the row header area. | |
| Defines the maximum number of text lines to be displayed by row headers. | |
| Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below. | |
| Defines the bottom edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
| Defines the left edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
| Defines the right edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
| Defines the top edge gap for cells in the row header area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
| Defines whether clicking on a row header selects the item. | |
| Defines whether row headers reflect the item selection (ItemClass.Selected). | |
| Defines whether tooltips are shown for row headers. | |
| Defines the default sorting indicator position for row headers. | |
| Defines the width of the row header area. | |
| Description | |
| 
 | Determines whether the specified Object is equal to the current Object. | 
| 
 | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
| Calculates the row header area's optimal width so that the cell contents in the row header area can be displayed without being clipped horizontally. | |
| 
 | Gets the Type of the current instance. | 
| Sets the row header area's optimal width so that the cell contents in the row header area can be displayed without being clipped horizontally. | |
| 
 | Determines whether the specified Object instances are the same instance. | 
| 
 | Returns a String that represents the current Object. | 
| Description | |
| Occurs when a property of a RowHeadersClass instance is modified. | |
| Description | |
| 
 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
| 
 | Creates a shallow copy of the current Object. | 
See Also Softelvdm.SftTreeNET Namespace