Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to change scroll size? (Read 1897 times)
Kyle Chen
Full Member
***
Offline


I Love MindFusion!

Posts: 104
Joined: Nov 29th, 2012
How to change scroll size?
Apr 3rd, 2013 at 4:37pm
Print Post  
Hi,

I noticed it scrolls very slowly when I click on up/down scroll button to scroll the diagramView. Is there any way to make the scroll step bigger?

Thanks!

Kyle
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How to change scroll size?
Reply #1 - Apr 3rd, 2013 at 5:01pm
Print Post  
Hi,

The scrollbars are exposed as HScrollBar and VScrollBar properties of DiagramView. Try setting their SmallStep to a larger value. Recent Flowchart.NET versions let you use custom scrollbars and these properties are of type Control, so you might have to typecast first to ScrollBar.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Kyle Chen
Full Member
***
Offline


I Love MindFusion!

Posts: 104
Joined: Nov 29th, 2012
Re: How to change scroll size?
Reply #2 - Apr 3rd, 2013 at 6:29pm
Print Post  
Thank you Stoyan, it works great after setting SmallChange to 12. Wink
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint