NavigationPane Header Tooltip

Navigation for WPF Forum

Posted 14 years ago by Michael.Ehlert
Version: 9.1.0506
Avatar
Hi,
i do have a NavigationBar control that contains several NavigationPanes. I would like to set the ToolTip for the panes header in my code behind.

So far, i can achieve this by setting navpane.tooltip = mytooltip, but, as expected, this sets the tooltip for the entire pane, including any child control that doesn't declare it's own tooltip.

Is there a solution to set the tooltip only for the button part tooltip?
How could i set the button's tooltip for each state of the Navigation bar (minimized / expanded) - actually in minimized state the buttons tooltip is set to the panes title by default.

Regards

Michael

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Michael,

We've updated this so the ToolTip will only apply to the button associated with the NavigationPane, which will be in the next maintenance release. After that you can use an implicit Style on the NavigationPane that uses Triggers based on the VariantSize property to set the ToolTip appropriately.


Actipro Software Support

Posted 14 years ago by Michael.Ehlert
Avatar
Thank you for the fast response!
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.