| Visual Basic (Declaration) | |
|---|---|
Public Sub EnsureTabInView() | |
| C# | |
|---|---|
public void EnsureTabInView() | |
If the tab is already in view this method does nothing.
Otherwise the tab is scrolled into view but is not selected.
The following sample code illustrates how to scroll tabs and access tabs through the VisibleTabs collection.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
