It's hard to understand what you are doing without seeing your source code.. Please, confirm the following points:
1) The cells in the first column has the FitContentsInViewport property set to 'Vertical'.
2) The problem is on the 3rd screenshot. The first cell in the 2nd row must remain non-scrolled vertically while the other cells in this row are scrolled according to the vertical scroll bar.
So, if we understand you properly, actually the FitContentsInViewport setting does not work for NON-FROZEN rows when they are scrolled, right?
If so, I doubt we can make FitContentsInViewport work for non-frozen rows because the nature of this functionality is related to the whole viewport area and the current internal drawing implementation that uses GDI+ clipping for scrolled non-frozen rows when they are hidden by the frozen rows.
Edited by user
2020-12-24T17:00:43Z
|
Reason: Not specified