Edit

Share via


ListBox.HandlesScrolling Property

Definition

Gets a value that indicates whether the ListBox supports scrolling.

protected internal override bool HandlesScrolling { get; }

Property Value

true if the ListBox supports scrolling; otherwise, false.

Remarks

If the control has a ScrollViewer in its style and has a custom keyboard scrolling behavior, HandlesScrolling should return true.

Applies to