MindFusion.UI for WebForms Programmer's Guide

TabStripScroll Enumeration

See Also
 



Specifies the type of tabs scrolling in a TabControl.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
TabStripScroll = {}

 Members

  Member name Description

Continuous

Value: 2. Scroll continuously.

None

Value: 0. No scrolling.

Tab

Value: 1. Scroll by tab.

 See Also