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
Defines whether this cell is ignored for optimal column width calculation.
Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public bool WidthIgnore { get; set; }
Public Property WidthIgnore As Boolean
True if this cell is ignored for optimal column width calculation, otherwise False.
The default value is False.
Defines whether this cell is ignored for optimal column width calculation.
The ColumnsClass.MakeOptimal, ColumnClass.MakeOptimal and ColumnClass.GetOptimalWidth methods are used to calculate the optimal width of columns.
When a cell's CellClass.WidthIgnore property is set to True, its contents are not considered to calculate a column's optimal width. This is helpful if most cells have average sized content, but a few have a huge amount of text (for example). The few cells that have large contents can be marked (CellClass.WidthIgnore), so they are sized based on the other, smaller cells. While this may result in these cells being clipped, this may be preferable to an excessive column width. The ItemClass.WidthIgnore property works similarly, but applies to all cells in one item.
See Also CellClass Class | Classes | SftTree/NET 2.0