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中的所有內容,不論是否可見。 檢視區是內容的可見區域。

適用於

另請參閱