New to Telerik UI for WPFStart a free 30-day trial

Represents a scrollable area that can contain other visible elements. CarouselScrollViewer does not handle OnKeyDown, OnMouseLeftButtonDown, OnMouseWheel events when there is no need to show scrollbars

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class CarouselScrollViewer : ScrollViewer

Inheritance: objectCarouselScrollViewer

Constructors

C#
public CarouselScrollViewer()

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Responds to specific keyboard input and invokes associated scrolling behavior.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

Required arguments for this event.

Responds to a click of the left mouse wheel button.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

Required arguments that describe this event.

Responds to a click of the mouse wheel.

C#
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters:eMouseWheelEventArgs

Required arguments that describe this event.

Resets the theme.

C#
public void ResetTheme()