Xceed SmartUI for WinForms v3.6 Documentation
AutoHeight Property (ToolBarLayout)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace > ToolBarLayout Class : AutoHeight Property
Gets a boolean value indicating if height of the layout should be adjusted to the height/disposition of its items.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property AutoHeight As Boolean
'Usage
 
Dim instance As ToolBarLayout
Dim value As Boolean
 
value = instance.AutoHeight
protected override bool AutoHeight {get;}

Property Value

true if height of the layout should be adjusted to the height/disposition of its items; false otherwise. Unless overridden, true.
Requirements

Target Platforms: 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

Reference

ToolBarLayout Class
ToolBarLayout Members
Base Implementation in AutoHeight