Tobias Wohlfarth
12/29/2024, 7:43 PMColumn
, 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-ZoomLayoutephemient
12/29/2024, 7:49 PM