Closed kryslt closed 4 years ago
Original report by liuzg2 (Bitbucket: liuzg2, GitHub: liuzg2).
6854 FixedCount := Min(FixedCount, ItemCount - 1); <<< keep fixrow
FixedCount := Min(FixedCount, ItemCount - 1);
Not a bug, this is indended behavior. If you want FixedRows to persist then you must guarantee in your code that RowCount is always bigger than FixedRows.
Original report by liuzg2 (Bitbucket: liuzg2, GitHub: liuzg2).
6854 FixedCount := Min(FixedCount, ItemCount - 1); <<< keep fixrow
FixedCount := Min(FixedCount, ItemCount - 1);