Table of Contents
TopLeftScrollButtonStyle Property

Gets or sets the Style applied to the scroll button used to scroll left or top. This is a dependency property.

Syntax
 public Style TopLeftScrollButtonStyle { get; set; }
Remarks

Note that this property is only used when TabItemOverflowStrategy is set to Scroll. The target type for this style is RepeatButton.

See Also