bill lam wrote:
in J601 jzgrid, MaxSRows give the number of visible rows in a grid,
but in J602 beta, MaxSRows seems becoming the number of visible rows in
the current desktop. What is the equivalent of the old MaxSRows in J602?
I don't see any change between J601 and J602 here. In both cases,
MaxSRows is calculated on the current desktop as:
>.Sch % RowMinHeight
To get the max visible rows in the current grid window, use:
>.Sh % RowMinHeight
i.e. Sch is the desktop height, Sh is the grid window height.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm