Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ScrollControl.HorizontalScrollBarStyle Property

Gets or sets a style applied to a horizontal scroll bar. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public Style HorizontalScrollBarStyle { get; set; }

#Property Value

Type Description
Style

A Style object applied to a horizontal scroll bar.

#Remarks

A content within a scrollable layout control (the ScrollControl class descendant) can be scrolled via scroll bars, the drag scroll feature (see the ScrollControl.DragScrolling link) or mouse scroll button. Set the ScrollControl.ScrollBars property to Auto to display the required scroll bars.

The HorizontalScrollBarStyle property customizes a horizontal scroll bar’s appearance by applying a System.Windows.Style object to it. Use the ScrollControl.VerticalScrollBarStyle property to customize a vertical scroll bar.

TargetType: ScrollBar.

See Also