SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
An instance of the DimensionsClass class describes various dimensions, object sizes, distances in a SftTree/NET control.
There is only one instance of the DimensionsClass class for one SftTree/NET control. It is accessed using the SftTree.Dimensions property.
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
Inheritance
public class DimensionsClass;
Public Class DimensionsClass
This class cannot be instantiated.
AboveIconPart | Defines the gap above the item image. | |
AfterIconPart | Defines the gap to the right of the item image. | |
AutoHScrollMargin | Defines the width of the area at the left and right of the control's item area where horizontal scrolling starts during a drag & drop operation. | |
AutoVScrollMargin | Defines the height of the area at the top and bottom of the control's item area where vertical scrolling starts during a drag & drop operation. | |
BeforeIconPart | Defines the gap to the left of the item image. | |
BelowIconPart | Defines the gap below the item image. | |
GapBetweenParts | Defines the gap between parts within cells in the item area. | |
ItemMaxHeight | Defines the maximum height of each item. | |
ItemMinHeight | Defines the minimum height of each item. | |
LevelIndent | Defines the indentation for item levels. | |
MinimumAroundButton | Defines the minimum gap around expand/collapse buttons. | |
PartsBottomEdge | Defines the bottom edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsLeftEdge | Defines the left edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsRightEdge | Defines the right edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
PartsTopEdge | Defines the top edge gap for cells in the item area, used to calculate the available interior space in a cell (GenericPartClass.PartAlignment). | |
ResizeMargin | Defines the width of the area to the left and right of the column boundary where column resizing can be initiated. | |
SortIndicatorGap | Defines the gap between the right edge of the cell and the sorting indicator (SortIndicatorPositionEnum.Side only). | |
TightOutlineGap | Defines the gap between parts and the outline when SftTree.SelectionHighlightStyle is defined as SelectionHighlightStyleEnum.HierarchyPartsOnlyTight or SelectionHighlightStyleEnum.HierarchyPartsOnlyLoose. |
Equals | Determines whether the specified object is equal to the current object. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
GetHashCode | Serves as the default hash function. | |
GetType | Gets the Type of the current instance. | |
MemberwiseClone | Creates a shallow copy of the current Object. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. | |
ToString | Returns a string that represents the current object. |
PropertyChanged | Occurs when a property of a DimensionsClass instance is modified. |
See Also Classes | SftTree/NET 2.0