GridViewColumn.ActualWidth 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.
Gets the actual width of a GridViewColumn.
public:
property double ActualWidth { double get(); };
public double ActualWidth { get; }
member this.ActualWidth : double
Public ReadOnly Property ActualWidth As Double
Property Value
The current width of the column. The default is zero (0.0).
Remarks
You can use this property to get the current width of the GridViewColumn when the Width property is set to Double.NaN. A value of Double.NaN for the Width property specifies that the column size accommodate the largest visible item that is not the column header.
Unlike FrameworkElement.ActualWidth, GridViewColumn.ActualWidth is not a dependency property.