ScrollViewer.ExtentWidth 属性

定义

获取 ScrollViewer 中所有可滚动内容的水平大小。

public:
 property double ExtentWidth { double get(); };
double ExtentWidth();
public double ExtentWidth { get; }
var double = scrollViewer.extentWidth;
Public ReadOnly Property ExtentWidth As Double

属性值

Double

double

ScrollViewer 中所有可滚动内容的水平大小。

注解

盘区包括 ScrollViewer 中的所有内容,无论是否可见。 视区是内容的可见区域。

适用于

另请参阅