Method XbpBrowse():setLeftFrozen() Foundation
Freeze table columns on the left side of the browse window.
Syntax
:setLeftFrozen( [<aColumnIndex>] ) --> aOldLeftFrozen
Parameters
<aColumnIndex>
<aColumnIndex> is a one-dimensional array with numeric elements. They indicate the ordinal positions of columns to freeze on the left side in the browse window.
Return
The method returns an array containing the numeric positions of previously left frozen columns, or an empty array.
Description
The method :setLeftFrozen() freezes table columns on the left 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.