Jump to content

UniPanel AutoScroll


ricardolb

Recommended Posts

Hi,

 

Can you try to use these configs ?

 

For example:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  with UniPanel1.JSInterface do
  begin
    JSConfig('overflowX', ['auto']);
    JSConfig('overflowY', ['auto']);
  end;
end;

Best regards,

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...