Class CarouselScrollViewer
Represents a scrollable area that can contain other visible elements.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class CarouselScrollViewer : ScrollViewer, IThemable
Constructors
CarouselScrollViewer()
Declaration
public CarouselScrollViewer()
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
OnKeyDown(KeyEventArgs)
Responds to specific keyboard input and invokes associated scrolling behavior.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
Required arguments for this event. |
OnMouseLeftButtonDown(MouseButtonEventArgs)
Responds to a click of the left mouse wheel button.
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
Required arguments that describe this event. |
OnMouseWheel(MouseWheelEventArgs)
Responds to a click of the mouse wheel.
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
System.Windows.Input.MouseWheelEventArgs
e
Required arguments that describe this event. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()