Properties Used in MultiPane or TablePopin

Properties that can be changed by the client and are used in a TablePopin must be bound to the data source of the table. Properties that can be changed by the client and are used in a MultiPane must be bound to that MultiPane, otherwise the properties cannot be handled separately.

Example

A MultiPane contains a Table. If the firstVisibleRow property is not bound, all tables can be scrolled synchronously. This happens because all tables access the same property in the Table UI element.