Skip to content

Commit

Permalink
HamburgerButtonInfo: ToolTipService.ToolTip support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanzzff committed Feb 12, 2016
1 parent da813e5 commit ba089fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Template10 (Library)/Controls/HamburgerMenu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
IsChecked="{Binding IsChecked, Mode=TwoWay}"
IsEnabled="{Binding IsEnabled, Mode=TwoWay}" Loaded="NavButton_Loaded"
RightTapped="NavButton_RightTapped" Tag="{x:Bind Content}"
Tapped="NavButton_Tapped" Visibility="{Binding Visibility, Mode=TwoWay}">
Tapped="NavButton_Tapped" Visibility="{Binding Visibility, Mode=TwoWay}"
ToolTipService.ToolTip="{Binding Path=(ToolTipService.ToolTip)}">
<RadioButton.Template>
<ControlTemplate TargetType="RadioButton">
<ToggleButton MinWidth="48" MinHeight="48" MaxWidth="{TemplateBinding MaxWidth}"
Expand Down

0 comments on commit ba089fa

Please sign in to comment.