Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

WidthIgnore Property, ItemClass Class

Defines whether cells and the row header in this item are ignored for optimal column width calculation.

Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool WidthIgnore { get; set; }
Public Property WidthIgnore As Boolean

Value

True if cells and the row header in this item are ignored for optimal column width calculation, otherwise False.

The default value is False.

Comments

Defines whether cells and the row header in this item are 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 an item's ItemClass.WidthIgnore property is set to True, its cells and the row header 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 (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 CellClass.WidthIgnore and RowHeaderClass.WidthIgnore properties works similarly, but apply to one cell or row header only.

See Also ItemClass Class | Classes | SftTree/NET 2.0



Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.