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

Provides options for the way that the MouseWheel should be handled.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum PanoramaMouseWheelBehavior

Fields

Do not handle mouse wheel.

C#
None = 0

Scroll the view on mouse wheel.

C#
Scroll = 2

Zoom the view on mouse wheel.

C#
Zoom = 1

Scroll the view on mouse wheel, zoom the view on Control + mouse wheel.

C#
ZoomAndScroll = 3
In this article
DefinitionFieldsNoneScrollZoomZoomAndScroll
Not finding the help you need?
Contact Support