Class
CarouselScrollViewer

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:

cs-api-definition
public class CarouselScrollViewer : ScrollViewer

Inheritance: objectCarouselScrollViewer

Constructors

CarouselScrollViewer()

Declaration

cs-api-definition
public CarouselScrollViewer()

Methods

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

Responds to specific keyboard input and invokes associated scrolling behavior.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
protected override void OnMouseWheel(MouseWheelEventArgs e)

Parameters

e

MouseWheelEventArgs

Required arguments that describe this event.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()