Share via


TreeView.HandlesScrolling 属性

定义

获取 TreeView 能否滚动。

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

属性值

始终返回 true,因为控件的样式中具有 ScrollViewer

适用于