Version

NextRow Property (TabItem)

Flag to move this TabItem and all following items in the Tabs collection to the next row.
Syntax
'Declaration
 
Public Property NextRow As Boolean
public bool NextRow {get; set;}
Remarks

Notes:

  • This property has effect only if UltraWebTab.DisplayMode is set to the MultiRow and the orientation of tabs is horizontal.
  • If the BackColor property of UltraWebTab is set, then its value is used as the background color behind all tabs except tabs in the last (outer) row.
  • If this property is set to true for this TabItem and this is an instance of TabSeparator, then the next TabItem will be located on the same row regardless of the value of its NextRow property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also