Version

LayoutPane class Members

The following tables list the members exposed by LayoutPane.

Public Constructors
 NameDescription
Public ConstructorLayoutPane Constructor  
Public Properties
 NameDescription
Public PropertycontentUrlGets sets name of url used for pane's iframe. Note: set method has effect only if value for ContentUrl was set on server.Name of url  
Public PropertyiframeGets reference to iframe element located in pane or null. It should be first child in pane. Method may include optional param. If it is true and IFRAME does not exist, then it is created dynamically.  
Public PropertyscrollBarsGets sets overflow for pane's content as Number. Value should match with server's ContentOverflow enum.Possible values: 0- visible, 1- auto, 2- scroll, 3- hidden.  
Public PropertyscrollLeftGets sets scroll left of pane's content as Number.Scroll position in pixels.  
Public PropertyscrollTopGets sets scroll top of pane's content as Number.Scroll position in pixels.  
Public Methods
 NameDescription
Public MethodfindChildGets reference to child element from its id. That method also will attempt to search for a child within iframe, if ContentUrl is set or if iframe is first child in pane.  
Public MethodgetBodyThat function is designed for internal usage only (part of LayoutManager).  
Public MethodgetClientHeightThat function is designed for internal usage only (part of LayoutManager).  
Public MethodgetClientWidthThat function is designed for internal usage only (part of LayoutManager).  
See Also