ScrollViewer.ExtentHeight 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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中的所有內容,不論是否可見。 檢視區是內容的可見區域。