Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic how do I scroll outside of the Diagram? (Read 1061 times)
chowy
Junior Member
**
Offline


I Love MindFusion!

Posts: 72
Joined: May 8th, 2017
how do I scroll outside of the Diagram?
Apr 24th, 2018 at 7:01am
Print Post  
When I click on the ScrollBar's Scroll Down button, how do I scroll out of the Diagram?By clicking on the Scrollbar's slide down button, the effect I want is to turn Picture 1 into Picture 2.
  

1.png ( 11 KB | 117 Downloads )
1.png
2.png ( 12 KB | 126 Downloads )
2.png
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3148
Joined: Oct 19th, 2005
Re: how do I scroll outside of the Diagram?
Reply #1 - Apr 25th, 2018 at 3:47pm
Print Post  
Try setting diagram's Margin -

Code
Select All
<ScrollViewer
	HorizontalScrollBarVisibility="Auto"
	Focusable="False" >

	<diag:Diagram
		x:Name="diagram"
		Margin="96"
		...
 

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint