Class
RibbonScrollViewer

Ribbon specific scroll viewer.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Primitives

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[Themable]
public class RibbonScrollViewer : ContentControl

Inheritance: objectRibbonScrollViewer

Constructors

RibbonScrollViewer()

Initializes a new instance of the RibbonScrollViewer class.

Declaration

cs-api-definition
public RibbonScrollViewer()

Fields

OffsetProperty

Identifies the Offset DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty OffsetProperty

Field Value

DependencyProperty

Properties

Offset

Gets or sets the horizontal Offset.

Declaration

cs-api-definition
public double Offset { get; set; }

Property Value

double

Methods

MeasureOverride(Size)

Called when the control is measured.

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()