Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to hide vertical scroll for ni:Legend.Resources?

Solved!
Go to solution

WPF C#

 

Hello,

I'd like to hide the vertical scroll control in Legend and was wondering if it's possible w/out stretching the Legend.  I guess I can always try overlaying some rectangle to mask it but was wondering if there's a setting for it.

 

Thanks

0 Kudos
Message 1 of 3
(3,763 Views)
Solution
Accepted by topic author kirko7

You can use the attached ScrollViewer.VerticalScrollBarVisibility property to control the visibility of the vertical scroll bar in the Legend:


    <ni:Legend ScrollViewer.VerticalScrollBarVisibility="Hidden" ... />

~ Paul H
0 Kudos
Message 2 of 3
(3,760 Views)

Thanks!

0 Kudos
Message 3 of 3
(3,756 Views)