I have a StatusBar
below the screen in SL4 (using PRISM), just a very simple Telerik
RadDockPanel
.
I also have a menu (Telerik RibbonView
with RadRibbonGroup
and RadRibbonToggleButton
). When the toggle button is pressed, I want to set the text to 'ON' and 'OFF', and I want to hide the status bar, but... only in XAML (not using code behind).
I believe this is a common SL/WPF coding practice... but how ?