Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartLayout Class
Properties Methods Events


In This Topic
    SmartLayout Class Members
    In This Topic

    The following tables list the members exposed by SmartLayout.

    Protected Properties
     NameDescription
    Protected PropertyGets a boolean value indicating if height of the layout should be adjusted to the height/disposition of its items.  
    Protected PropertyGets a boolean value indicating if width of the layout should be adjusted to the width/disposition of its items.  
    Protected PropertyGets the size needed by the layout to paint its SmartItems.  
    Protected PropertyGets a list of the internal child SmartItems.  
    Protected PropertyGets the ideal size needed to display the SmartItems.  
    Protected PropertyGets the SmartControl associated with the layout.  
    Protected PropertyGets the collection of child SmartItems associated with the layout.  
    Protected PropertyGets a list of the visible SmartItems.  
    Top
    Public Methods
     NameDescription
    Public MethodForces the layout to invalidate its client area and immediately redraw itself.  
    Top
    Protected Methods
     NameDescription
    Protected MethodReorganizes the disposition of the SmartItems.  
    Protected MethodGeneric method to layout SmartItems vertically when a layout isn't aware of any particularities in regards to its SmartItems.  
    Protected MethodRaises the LayoutComplete event.  
    Protected MethodSet the size required to draw the SmartItems.  
    Protected MethodSets the specified bounds to the specified SmartItem.  
    Protected MethodSets the specified SmartItem at the specified location.  
    Protected MethodThis method is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Events
     NameDescription
    Public EventRaised when a Layout operation has completed.  
    Top
    See Also