In This Article

ScrollBarTray Class

Represents a tray area that appears next to scrollbar controls, which generally can contain controls such as buttons.

public class ScrollBarTray : ContentControl
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl object

Constructors

ScrollBarTray()

Initializes an instance of the ScrollBarTray class.

public ScrollBarTray()

Properties

Orientation

Gets or sets the Orientation of the tray.

public Orientation Orientation { get; set; }

Property Value

Orientation:

The Orientation of the tray. The default value is Orientation.Horizontal.

Fields

OrientationProperty

Identifies the Orientation dependency property. This field is read-only.

public static readonly DependencyProperty OrientationProperty