ScrollBar.IsEnabledCore プロパティ

定義

ScrollBar が有効かどうかを示す値を取得します。

protected:
 virtual property bool IsEnabledCore { bool get(); };
protected override bool IsEnabledCore { get; }
member this.IsEnabledCore : bool
Protected Overrides ReadOnly Property IsEnabledCore As Boolean

プロパティ値

Boolean

ScrollBarScrollViewer で有効で、コンテンツのサイズが表示領域よりも大きい場合は true。それ以外の場合は false。 既定値は、true です。

注釈

この実装は、true値の値がMaximumScrollBarよりMinimumScrollBar大きく、有効になっている場合にのみ設定IsEnabledCoreされます。

適用対象