Reputation: 2495
I use the next:
<shell:ApplicationBarIconButton IconUri="icon.png" Click="Near_Click"
Text="Some_long_word" />
and text is trimmed. How can I fix it?
Upvotes: 0
Views: 134
Reputation: 931
You can't fix it. You can't have a long text size in the applicationBarIconButton.
Upvotes: 2