Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
StatusBar looks like in the Excel 2007
posted

 Hello, I've a question how to create statusbar in WPF (Build Version 8.2) to looks like statusbar in the excel 2007 (right side)?

Parents
No Data
Reply
  • 54937
    Offline posted

    According to the Office UI guidelines that section is not required unless you have view changing controls. If you have this and you want to emulate that look you will probably need to change the ItemsPanel of the statusbar from the default StackPanel to a DockPanel, set the Dock of the StatusBarItem you're adding that has the view changing controls to Right and set the Style of the StatusBarItem such that its color is similar to that of Office ones. You may want to submit a suggestion that we include a StatusBarItem style (or possibly even an attached property to indicate which is a view changing control) for the view controls.

Children
No Data