Jump to content

[Solved] [Workaround] TUniStringGrid Scroll issue


Gabriel

Recommended Posts

On 12/4/2019 at 1:12 AM, Gabriel said:

In the meanwhile, do you have a workaround? A way to "solve" this?

 

On 12/5/2019 at 7:12 AM, rgreat said:

Easy way to get that behaviour is to use multi-line text in grid cells.

Hi,

Can you try with this config?:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniStringGrid1.JSInterface.JSConfig('bufferedRenderer', [false]);
end;

 

Link to comment
Share on other sites

On 12/8/2019 at 4:46 PM, Sherzod said:

 

Hi,

Can you try with this config?:


procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniStringGrid1.JSInterface.JSConfig('bufferedRenderer', [false]);
end;

 

Seems like it works as intended.

Thank you.

Would you add that into UniStringGrid by default?

Link to comment
Share on other sites

  • Gabriel changed the title to [Solved] [Workaround] TUniStringGrid Scroll issue
  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...