Jump to content

Scrollable on container or panel


Cristian87

Recommended Posts

16 hours ago, Cristian87 said:

After upgrade to 1.90.0.1546 (from 1.90.0.1539) the scroll of unimContainer don't work! Why? I set autoscroll=true

Workaround for now:

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
  with UnimContainerPanel1 do
    if AutoScroll then
      JSInterface.JSAddListener('painted', 'function(){this.setScrollable(true)}')
end;

 

Link to comment
Share on other sites

×
×
  • Create New...