Version

SplitterPane class Members

The following tables list the members exposed by SplitterPane.

Public Constructors
 NameDescription
Public ConstructorSplitterPane Constructor  
Public Properties
 NameDescription
Public PropertycollapsedGets sets collapsed/expanded state of pane as Boolean. The set method may contain 2nd param as Boolean true: that will trigger raising client side events.True: pane is collapsed  
Public PropertycollapsedDirectionGets direction to which pane can be collapsed.Possible values: 0: none, 1: to next pane, 2: to previous pane.  
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 (Inherited from Infragistics.Web.UI.LayoutPane)
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. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyindexGets index of pane within collection of panes in WebSplitter.Index  
Public PropertylockedGets sets locked state of pane as Boolean.True: pane is locked  
Public PropertymaxSizeGets sets maximum size of pane as String. Value can be pixels or percents.Units as pixels or percents  
Public PropertyminSizeGets sets minimum size of pane as String. Value can be pixels or percents.Units as pixels or percents  
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. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyscrollLeftGets sets scroll left of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertyscrollTopGets sets scroll top of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane)
Public PropertysizeGets sets size of pane in pixels as Number. The set method returns true if size was set, value of false means failure,- size was not set due to collapsed state or before first paint.Number of pixels  
Public Methods
 NameDescription
Public MethoddisposeDisposes object and event handlers.  
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. (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetBodyThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetClientHeightThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
Public MethodgetClientWidthThat function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane)
See Also