ComboBox.HandlesScrolling Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob ein Kombinationsfeld den Bildlauf unterstützt.Gets a value that indicates whether a combo box supports scrolling.
protected public:
virtual property bool HandlesScrolling { bool get(); };
protected internal override bool HandlesScrolling { get; }
member this.HandlesScrolling : bool
Protected Friend Overrides ReadOnly Property HandlesScrolling As Boolean
Eigenschaftswert
true
, wenn das ComboBox Bildlauf unterstützt, andernfalls false
.true
if the ComboBox supports scrolling; otherwise, false
. Die Standardeinstellung ist true
.The default is true
.
Hinweise
Wenn das Steuerelement einen ScrollViewer im Stil hat und über ein benutzerdefiniertes Verhalten beim HandlesScrolling Scrollen verfügt true
, sollte zurückgeben.If the control has a ScrollViewer in its style and has a custom keyboard scrolling behavior, HandlesScrolling should return true
.