I've just upgraded from V17 and looks like StatusBar is no longer a DependencyProperty for RibbonWindow? If that's the case, what would be the current recommended way to add a StatusBar to a RibbonWindow? Thanks
I've just upgraded from V17 and looks like StatusBar is no longer a DependencyProperty for RibbonWindow? If that's the case, what would be the current recommended way to add a StatusBar to a RibbonWindow? Thanks
Hi Luke,
The v20.1 conversion documentation mentions the StatusBar property removal. You would effectively include a StatusBar control at the bottom of your Window.Content. For instance, if your Window.Content is a Grid or DockPanel, just put a StatusBar on the bottom of that. That's what we do in our main Ribbon demo as well.
Please log in to a validated account to post comments.