ITableColumnDefinition.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.
Minumum width of the column (in pixels).
public:
property double MinWidth { double get(); };
public:
property double MinWidth { double get(); };
public double MinWidth { get; }
member this.MinWidth : double
Public ReadOnly Property MinWidth As Double
Property Value
Returns Double.
Remarks
The minimum width is 22 pixels (so that there is space to display the sorting and filtering UI).