Share via


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内のすべてのコンテンツが含まれます。 ビューポートはコンテンツの表示領域です。

適用対象