Hide Title Header section

Navigation for WPF Forum

Posted 13 years ago by Hamid Noorbakhsh
Version: 11.1.0545
Avatar
In NavigationPane, when Title is set, it is shown on the the Panes of LargePane and also on top of the NavigationPane as selected item title. We like to hide the top entry and just use the LargePane for showing the selection.
Is there a Property in the Style than can be set to Visibility.Collapsed Or Height of 0.0 to hide the Title on top?

Thanks in advance.

Comments (2)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Hamid,

Check out the NavigatonBar documentation topic called "Header Area". I believe that talks about a property you'd want to use for this.


Actipro Software Support

Posted 13 years ago by Hamid Noorbakhsh
Avatar
Thanks, I simply added the following Style and got what I wanted:

<navigation:NavigationBar.Resources>
<Style TargetType="{x:Type navigation:NavigationBarHeader}">
<Setter Property="Visibility" Value="Collapsed"/>
</Style>
</navigation:NavigationBar.Resources>

[Modified at 09/12/2011 10:26 AM]
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.