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

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public bool ContinuousScroll { get; set; }
Visual Basic (Declaration)
Public Property ContinuousScroll As Boolean
Visual C++
public:
property bool ContinuousScroll {
	bool get ();
	void set (bool value);
}

Remarks

If set to true, the TabBar will scroll to the first (which has an index of 0) ActiveTabBarPage, 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