Open cneben opened 2 months ago
@emmenlau Quick update on that one: the develop branch with scrollbar is in production on my closed-source project and works nicelly.
It does not fullfit all of you requiments for #232, but:
qan::Navigable::viewRect
qan::Navigable::zoomMin
to prevent the user to grow the graph out of control.Unfortunately you still cannot prevent dragging outside of qan::Navigable::viewRect
.
Thanks a lot @cneben , that sounds great! I'll test it right away!
Add progressive zoom in/out.Add support for [min, max] zoom.graphBr
concept toqan::GraphView
with a valid initial size.graphBr
should evolve with container item childrenRect !