GridViewColumn.ActualWidth 属性

定义

获取 GridViewColumn 的实际宽度。

public:
 property double ActualWidth { double get(); };
public double ActualWidth { get; }
member this.ActualWidth : double
Public ReadOnly Property ActualWidth As Double

属性值

列的当前宽度。 默认值为零 (0)。

注解

当 属性设置为 Double.NaNWidth,可以使用此属性获取 的GridViewColumn当前宽度。 属性的 WidthDouble.NaN指定列大小容纳不是列标题的最大可见项。

与 不同 FrameworkElement.ActualWidthGridViewColumn.ActualWidth 不是依赖属性。

适用于