ClassCarouselScrollViewer
Represents a scrollable area that can contain other visible elements.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class CarouselScrollViewer : ScrollViewer
Inheritance: objectCarouselScrollViewer
Constructors
CarouselScrollViewer()
Declaration
public CarouselScrollViewer()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The 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
e
KeyEventArgs
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
e
MouseButtonEventArgs
Required arguments that describe this event.
OnMouseWheel(MouseWheelEventArgs)
Responds to a click of the mouse wheel.
Declaration
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters
e
MouseWheelEventArgs
Required arguments that describe this event.