How come no status bar support in the ribbon designer?

Ribbon for WPF Forum

Posted 13 years ago by SledgeHammer01
Version: 11.1.0542
Avatar
Is there a technical reason or oversight on why the ribbon designer doesn't support the ribbon status bar? Are there any plans for this?

Comments (3)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
The status bar is really a completely separate control and we are just styling the native WPF one. So it should have whatever designer support Microsoft has built for StatusBar.


Actipro Software Support

Posted 13 years ago by SledgeHammer01
Avatar
Oh, I meant, it doesn't even show up in the designer view.

If I have a RibbonWindow and use the:

<ribbon:RibbonWindow.StatusBar>
<StatusBar FocusManager.IsFocusScope="True">
<StatusBar.ItemsPanel>

property, in the VS designer, I don't see the status bar. At runtime, it works fine. I just don't see it at design time so I can't use the status bar designer. Thats what I was refering to.
Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Ahh, yes if you use the StatusBar property there it is part of RibbonWindow's template and VS hides Window templates.

In the newer Office 2010 look though, you probably don't want to use that property and would want it in your main content area. That way Backstage will overlay it. Then the designer will also work again.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.