Show TOC

Background documentationProperties Used in MultiPane or TablePopin Locate this document in the navigation structure

 

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 theTable, 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 Tables can be scrolled synchronously. This happens because all Tables are accessing the same property in the Table UI element.