CarouselScrollViewer
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
public CarouselScrollViewer()
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Responds to specific keyboard input and invokes associated scrolling behavior.
protected override void OnKeyDown(KeyEventArgs e)
Required arguments for this event.
Responds to a click of the left mouse wheel button.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Required arguments that describe this event.
Responds to a click of the mouse wheel.
protected override void OnMouseWheel(MouseWheelEventArgs e)
Required arguments that describe this event.
Resets the theme.
public void ResetTheme()