ASP.NET Pack Programmer's Guide
TabControl.TabStripScroll Property
See Also
 





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

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 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

TabControl Members
TabControl Class
MindFusion.UI.WebForms Namespace