iMenuScrollingMode Property

Defines what scroll mode will be used in cooperation with the user.

Definition

Namespace: BeeMobile.iMenu
Assembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
C#
public ScrollModes ScrollingMode { get; set; }

Property Value

ScrollModes

Remarks

LeftAndRight mode moves pages from left to right and vice versa. UpAndDown mode moves pages from up to down and vice versa.

See Also