You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: