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.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Responds to specific keyboard input and invokes associated scrolling behavior.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. 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. 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. Required arguments that describe this event. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()