Is there a way to ALWAYS show scrollbars for the XamTree?
Hi,
you can set scrollbar visibility like that:
<ig:XamTree ScrollViewer.HorizontalScrollBarVisibility="Visible" ScrollViewer.VerticalScrollBarVisibility="Visible"...
How do I apply custom style to XamTree scroll-bar?