Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic When operating the mouse wheel in DiagramView, internal parts move sideways. (Read 538 times)
koichi_satoh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 25
Joined: Nov 30th, 2023
When operating the mouse wheel in DiagramView, internal parts move sideways.
Mar 8th, 2024 at 6:07am
Print Post  
When operating the mouse wheel in DiagramView, internal parts move sideways.

Setting "AutoScroll = false" in DiagramView did not fix the problem.
This problem seems to occur when the width of the internal part exceeds the width of the parent DiagramView.
Please advise me on how to solve this problem.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3348
Joined: Oct 19th, 2005
Re: When operating the mouse wheel in DiagramView, internal parts move sideways.
Reply #1 - Mar 8th, 2024 at 7:04am
Print Post  
DiagramView.MouseWheelAction value is set to Scroll by default. It scrolls vertically if diagram.Bounds is higher than the viewport, otherwise it scrolls horizontally with lower priority if diagram.Bounds is wider. It also scrolls horizontally if Alt modifier is pressed. You can disable all that by setting MouseWheelAction to None.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
koichi_satoh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 25
Joined: Nov 30th, 2023
Re: When operating the mouse wheel in DiagramView, internal parts move sideways.
Reply #2 - Mar 8th, 2024 at 9:27am
Print Post  
I solved it thanks to your advice.
thank you very much.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint