ScrollViewer.ExtentHeight 属性

定义

获取 ScrollViewer 中所有可滚动内容的垂直大小。

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

属性值

Double

double

ScrollViewer 中所有可滚动内容的垂直大小。

注解

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

适用于

另请参阅