FNC TableView struggling to scroll

Hi, 


If you have access to this property, you can try to set it to true:



type
  TTMSFNCTableViewOpen = class(TTMSFNCTableView);


procedure TForm1.FormCreate(Sender: TObject);
begin
  TTMSFNCTableViewOpen(TMSFNCTableView1).OptimizedHTMLDrawing := True;
end;