AutosizeRows and databinding

Hi,

I am trying fnc grid databinding with html displaying and autosizerows
The display is not smooth
The first screen auto sizes ok

but after scroll the display is not accurate

image

Delphi 11.3
FNC Grid v1.0.8.3
Database adapter v1.0.0.15
Database is Postgres accessed with Unidac v9.3
Platform = Firemonkey / Windows

Please call LoadAllDataAndDisconnect on the database adapter and then auto-size the grid.

There are many records in the dataset so I want to keep on using the "virtual" mode.

I understand that it's not possible then

Unfortunately no, because the data is not stored in the grid in virtual mode, which is required for auto-sizing