The following tables list the members exposed by SplitterPane.
Name | Description | |
---|---|---|
SplitterPane Constructor |
Name | Description | |
---|---|---|
collapsed | Gets 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 | |
collapsedDirection | Gets direction to which pane can be collapsed.Possible values: 0: none, 1: to next pane, 2: to previous pane. | |
contentUrl | Gets 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) | |
iframe | Gets 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) | |
index | Gets index of pane within collection of panes in WebSplitter.Index | |
locked | Gets sets locked state of pane as Boolean.True: pane is locked | |
maxSize | Gets sets maximum size of pane as String. Value can be pixels or percents.Units as pixels or percents | |
minSize | Gets sets minimum size of pane as String. Value can be pixels or percents.Units as pixels or percents | |
scrollBars | Gets 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) | |
scrollLeft | Gets sets scroll left of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane) | |
scrollTop | Gets sets scroll top of pane's content as Number.Scroll position in pixels. (Inherited from Infragistics.Web.UI.LayoutPane) | |
size | Gets 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 |
Name | Description | |
---|---|---|
dispose | Disposes object and event handlers. | |
findChild | Gets 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) | |
getBody | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) | |
getClientHeight | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) | |
getClientWidth | That function is designed for internal usage only (part of LayoutManager). (Inherited from Infragistics.Web.UI.LayoutPane) |