ToolBarContinuousScroll Property

If set, ToolBar will scroll to the first page from the last one and vice-versa.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public bool ContinuousScroll { get; set; }

Property Value

Boolean

Remarks

If set to true, the ToolBar will scroll to the first (which has an index of 0) ActivePage, if the user reached the last page and he tries to scroll to the next one. Similarly, if the user reached the first page (which has an index of 0) and the tries to scroll to the previous one, the last page will become active.

See Also