Class MenuScrollBarBehavior
Behavior controlling visibility of scrollbar buttons.
Inheritance
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class MenuScrollBarBehavior : FrameworkElement
Constructors
MenuScrollBarBehavior()
Declaration
public MenuScrollBarBehavior()
Fields
DecreaseButtonComputedVisibilityProperty
Identifies the DecreaseButtonComputedVisibility dependency property.
Declaration
public static readonly DependencyProperty DecreaseButtonComputedVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
IncreaseButtonComputedVisibilityProperty
Identifies the IncreaseButtonComputedVisibility dependency property.
Declaration
public static readonly DependencyProperty IncreaseButtonComputedVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.Windows.DependencyProperty
|
OffsetProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
System.Windows.DependencyProperty
|
ViewportSizeProperty
Identifies the ViewportSize dependency property.
Declaration
public static readonly DependencyProperty ViewportSizeProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DecreaseButtonComputedVisibility
Gets a value that indicates whether the decrease button is visible.
Declaration
public Visibility DecreaseButtonComputedVisibility { get; set; }
Property Value
System.Windows.Visibility
|
IncreaseButtonComputedVisibility
Gets a value that indicates whether the increase button is visible.
Declaration
public Visibility IncreaseButtonComputedVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Maximum
Gets or sets the size of all the content for display in the System.Windows.Controls.ScrollViewer.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Value
Gets or sets a value that contains the offset of the scrolled content.
Declaration
public double Value { get; set; }
Property Value
System.Double
|
ViewportSize
Gets or sets the amount of the scrollable content that is currently visible.
Declaration
public double ViewportSize { get; set; }
Property Value
System.Double
|