Method XbpBrowse():setRightFrozen() Foundation

Freeze table columns on the right side of the browse window.

Syntax
:setRightFrozen( [<aColumnIndex>] ) --> aOldRightFrozen
Parameters
<aColumnIndex>
<aColumnIndex> is a one dimensional array with numeric elements. They indicate the ordinal positions of columns to freeze on the right side in the browse window.
Return

The method returns an array containing the numeric positions of previously right frozen columns, or an empty array.

Description

The method :setRightFrozen() freezes table columns on the right side in the browse window. These columns remain permanently visible and cannot be scrolled horizontally.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.