
My purpose was to add some metrics that the user can see when the Bar is in the Minimized state.
Thanks in advance
Was this ever added as a feature? I'd like to bind the minimized text to the title of the thing which is selected but can't figure out how from sample code.
[Modified 6 years ago]
Hi Cory,
The NavigationBar.Title property is what shows on the NavigationBar when it is minimized. You can bind to the selected title like this:
<navigation:NavigationBar Title="{Binding RelativeSource={RelativeSource Self}, Path=SelectedPane.Title}">
Thanks for the quick follow-up. This appears to work well for the most part, but the Title property appears to be used in "Title options..." menu item as well. Is there a way to set the "Title options..." text back to the default while still overriding the Title property elsewhere?
Hi Cory,
The Title property is currently used in the mimimized NavigationBar UI and also in the Options window title bar. We are going to add a MinimizedTitle property in the upcoming maintenance release that will be used in the minimized UI only. That will allow you to set it while not affecting the Options window title.
We are going to add a MinimizedTitle property in the upcoming maintenance release that will be used in the minimized UI only. That will allow you to set it while not affecting the Options window title.
I just want to mention, you guys have amazing support - it would be nice if more software companies were like you.
Please log in to a validated account to post comments.