This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi! Is it possible to control visibility on DiagramToolBox? I know that I can do it easily on Surface (HorizontalScrollBarVisibility, VerticalScrollBarVisibility) but I do need to control it also on DiagramToolBox. Cheers Przemo |
|
|
I have made an update to support this which will be available through the nightly builds from tomorrow the 20th of August. In this update, you will be able to use the ScrollViewer.VerticalScrollBarVisibility and HorizontalScrollBarVisibility attached properties on the DiagramToolBox. - Jason |
|
|
Hi, Is it possible to turn this ScrollViewer.VerticalScrollBarVisibility programmatically? I want to turn it off during execution of my application but only when cartain conditions are met but I can't find a way to do it. Cheers, Przemo |
|
|
Hello Yes this is possible, you can use something like this: ScrollViewer.SetVerticalScrollBarVisibility(ToolBox, ScrollBarVisibility.Disabled); Regards |
|
|
thx :) |
|