|
|
|
|
MaxWidth Property, ColumnClass Class |
Defines the maximum width of the column while the user resizes the column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MaxWidth As Integer |
C# |
public int MaxWidth { get; set; } |
C++ |
public: property int MaxWidth { |
Property Value
The maximum width in pixels or 0 if no maximum width is defined.
The default value is 0.
Comments
The MaxWidth property defines the maximum width of the column while the user resizes the column.
The maximum width affects user resizing of the column only. An application can define a column width (Width property) that is not constrained by the MinWidth and MaxWidth properties.