Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartLayout Class / AutoWidth Property


In This Topic
    AutoWidth Property (SmartLayout)
    In This Topic
    Gets a boolean value indicating if width of the layout should be adjusted to the width/disposition of its items.
    Syntax
    'Declaration
     
    Protected Overridable ReadOnly Property AutoWidth As Boolean
    'Usage
     
    Dim instance As SmartLayout
    Dim value As Boolean
     
    value = instance.AutoWidth
    protected virtual bool AutoWidth {get;}

    Property Value

    true if width of the layout should be adjusted to the width/disposition of its items; false otherwise. Unless overridden, false.
    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