Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HamburgerButtonInfo: ToolTipService.ToolTip support #650

Merged
merged 1 commit into from
Feb 12, 2016

Conversation

ryanzzff
Copy link
Contributor

#580

After this fix, you can now add ToolTip to HamburgerButtonInfo:

<Controls:HamburgerButtonInfo ClearHistory="True" PageType="views:MainPage" ToolTipService.ToolTip="Home">... 

Also works with data binding:

<Controls:HamburgerButtonInfo ClearHistory="True" PageType="views:MainPage" ToolTipService.ToolTip="{Binding Name}">... 

JerryNixon added a commit that referenced this pull request Feb 12, 2016
HamburgerButtonInfo: ToolTipService.ToolTip support
@JerryNixon JerryNixon merged commit 7876032 into Windows-XAML:master Feb 12, 2016
@edcrowson
Copy link

This looks like it fixes the problem of ToolTipService not working with PageType. Currently only appears to work with ButtonType. If that is true, great! This is a fundamental and necessary feature. The question is, how do I get it. I used nuget to install 1.1.13-preview. It either isn't in there or the problem isn't fixed. So I got the source code from Git Hub. When I build it I get over a hundred compile errors. Very hard to adopt a framework like this. What can I do to make this work, without investing weeks on getting tools to work, when what I should be focused on is the business problem I'm trying to solve.

What can I do to make this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants