共用方式為


ScrollView.ViewportWidth 屬性

定義

取得 中 ScrollView可檢視內容的水準大小。

public:
 property double ViewportWidth { double get(); };
double ViewportWidth();
public double ViewportWidth { get; }
var double = scrollView.viewportWidth;
Public ReadOnly Property ViewportWidth As Double

屬性值

Double

double

ScrollView可檢視內容的水準大小。

備註

範圍包含 中ScrollView的所有內容,不論是否可見。 檢視區是內容的可見區域。

適用於