Version

FixedLayout Property

Fixed or automatic layout of a html-table that represents the UltraWebTab control.
Syntax
'Declaration
 
Public Property FixedLayout As Boolean
public bool FixedLayout {get; set;}
Remarks

Notes for the value of true:

  • The width of control is defined by the value of the Width property, and tabs on the right can become inaccessible until the DisplayMode is set to Scrollable.
  • Painting problems are possible if the Height of DefaultTabStyle is not set or has too small value.
  • The scrollable behavior of every individual ContentPane can be customized by the ContentPane.Scrollable 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