Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Prevent diagram from showing scroll bars (Read 1963 times)
D
Full Member
***
Offline


I Love MindFusion!

Posts: 158
Joined: Mar 16th, 2020
Prevent diagram from showing scroll bars
Mar 30th, 2020 at 7:03am
Print Post  
Hey, Luybo Smiley

I don't want diagram to show these scroll bars, how can I solve it?
  
Back to top
 
IP Logged
 
D
Full Member
***
Offline


I Love MindFusion!

Posts: 158
Joined: Mar 16th, 2020
Re: Prevent diagram from showing scroll bars
Reply #1 - Mar 31st, 2020 at 6:45am
Print Post  
Added: Smiley
  

3_31_4.png (Attachment deleted)
Back to top
 
IP Logged
 
Lyubo
God Member
*****
Offline


MindFusion team

Posts: 511
Joined: Jun 17th, 2010
Re: Prevent diagram from showing scroll bars
Reply #2 - Mar 31st, 2020 at 6:57am
Print Post  
Hi,

Set the ScrollBarVisibility properties of the Ruler's ScrollViewer to Hidden:

Code
Select All
<diag:Ruler Name="ruler" ShowIcon="False" FontSize="11" Grid.Row="1" Grid.Column="1" BorderBrush="Black"
  ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden">
<!-- rest of your xaml ... --> 



Regards,
Lyubo
MindFusion
  
Back to top
 
IP Logged
 
D
Full Member
***
Offline


I Love MindFusion!

Posts: 158
Joined: Mar 16th, 2020
Re: Prevent diagram from showing scroll bars
Reply #3 - Mar 31st, 2020 at 7:44am
Print Post  
Thanks a lot, Lyubo Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint