Show TOC

Properties Used in MultiPane or TablePopinLocate this document in the navigation structure

Use

Properties that are changed by the client behave as follows: When they are used in a TablePopin , they have to be bound to the dataSource of the Table , and when used in a MultiPane , they have to be bound to the MultiPane. If they are not, the properties cannot be controlled separately.

Example

A Table is contained in a MultiPane. If the property firstVisibleRow is not bound to the MultiPane, all the Table s can be scrolled synchronously. This happens because all Table s are accessing the same property in the Table UI element.