MindFusion.UI for WebForms Programmer's Guide

TabControl.TabStripScroll Property

See Also
 





Gets or sets a value indicating the type of tab scrolling.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public TabStripScroll TabStripScroll { get; set; }

Visual Basic  Copy Code

Public Property TabStripScroll As TabStripScroll

 Property Value

Type: TabStripScroll
One of the TabStripScroll Enumeration values that specifies the type of tab scrolling. Default value is TabStripScroll.None.

 See Also