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
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