Skip to main content

TabControlScrollView.ScrollButtonsShowMode Property

Gets or sets when to show the scroll buttons. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public ButtonShowMode ScrollButtonsShowMode { get; set; }

#Property Value

Type Description
ButtonShowMode

One of the ButtonShowMode enumeration members, defining when to show the scroll buttons.

#Remarks

The scroll buttons' visibility can be specified as always visible, always hidden, or each button is visible if scrolling in the respective direction is available.

See Also