New to Telerik UI for .NET MAUI? Start a free 30-day trial

ScrollBar Template

The TreeView control provides the ability to customize the horizontal and vertical scrollbars through the following properties:

  • HorizontalScrollBarTemplate(ControlTemplate with target type Telerik.Maui.Controls.RadScrollBar)—Defines the control template of the scrollbar used for horizontal scrolling.
  • VerticalScrollBarTemplate(ControlTemplate with target type Telerik.Maui.Controls.RadScrollBar)—Defines the control template of the scrollbar used for vertical scrolling.

See Also

In this article