TableColumnDefinitionBase.MinWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum width of the column (in pixels).
public:
virtual property double MinWidth { double get(); };
public:
virtual property double MinWidth { double get(); };
public virtual double MinWidth { get; }
member this.MinWidth : double
Public Overridable ReadOnly Property MinWidth As Double
Property Value
Returns Double.
Implements
Remarks
The minimum width is 22 pixels (so that there is space to display the sorting and filtering UI).