This sample illustrates how to change the width of the vertical scrollbar in WPF TreeView. WPF TreeView (SfTreeView), doesn’t have any direct property to change the width of the vertical scrollbar.
In .NET Framework 4.5, scrolling a WPF xref:System.Windows.Controls.TreeView?displayProperty=name in a virtualized stack panel can cause an application to become ...