rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.68k stars 338 forks source link

Have a scrollable container #8161

Open jviereck opened 1 week ago

jviereck commented 1 week ago

When having a bunch of TimeSeriesViews on top of each other, it would be great to have a scroll bar to go through all of them. This issue is about implementing such a container that has a scroll bar once there are more children than it has space for.

A possible first implementation could assign a fixed height to all children (height can be set via a property). This would make the layouting process easier.