antonroesler / application-landscape-visualizer

Summer 2021 group project for the module "Advanced Programming" at Frankfurt University of Applied Sciences
1 stars 4 forks source link

Make goJs scrollable #142

Closed leo-hsk closed 3 years ago

leo-hsk commented 3 years ago

It is nicer if you could have a scroll overview so that the nodes can be shown in the center of the screen even though they are at the end of the screen

leo-hsk commented 3 years ago

"scrollMode": go.Diagram.InfiniteScroll for infinity scroll. Could implement a setting to enable this in the settings modal. Need to check, if the loading position changes. @fengyilu

leo-hsk commented 3 years ago

@fengyilu I already did that. Was easy to implement it as a setting