| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property RowNumber As Integer | |
| C# | |
|---|---|
public int RowNumber {get;} | |
For single row UltraTabControlBase.Styles this will always return 1.
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; | |
