Class RibbonScrollViewer
Ribbon specific scroll viewer.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
[Themable]
public class RibbonScrollViewer : ContentControl, IThemable
Constructors
RibbonScrollViewer()
Fields
OffsetProperty
Identifies the Offset DependencyProperty.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Offset
Gets or sets the horizontal Offset.
Declaration
public double Offset { get; set; }
Property Value
System.Double
|
Methods
MeasureOverride(Size)
Called when the control is measured.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()