ToolBarContinuousScroll Property
If set,
ToolBar will scroll to the first page from the last one and vice-versa.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public bool ContinuousScroll { get; set; }
Public Property ContinuousScroll As Boolean
Get
Set
Property Value
Boolean
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.