次の方法で共有


Window.ScrollRow プロパティ

定義

ウィンドウまたはウィンドウの上部に表示される行の数を設定または返します。

public:
 property int ScrollRow { int get(); void set(int value); };
public int ScrollRow { get; set; }
Public Property ScrollRow As Integer

プロパティ値

注釈

ウィンドウが分割されている場合、オブジェクトの WindowScrollRow プロパティは左上のウィンドウを参照します。 ウィンドウ枠を固定している場合、 Window オブジェクトの ScrollRow プロパティは固定領域を対象外とします。

適用対象