I am creating a very simple compose program for vi...
# compose
t
I am creating a very simple compose program for visualization in coding challenges like advent of code (with compose for desktop; but i think my question is not specific for desktop) In the App, i display a grid using
Column
,
Row
and
Text
. I want that the user can freely move this grid (zoom and pan) and that the containing box/viewport shows scrollsbars (which in a second step want to further customize) Are there ready to use elements/libraries or tutorials? Most things i find provide either zoom&pan or Scroolbars. For example https://github.com/usuiat/Zoomable provide perfectly working zoom&pan but i can't get scrollbars with it. I want something like this (first example in the Demo Screenshot) https://devlibrary.withgoogle.com/products/android/repos/natario1-ZoomLayout