Alex Klimashevsky
Alex Klimashevsky

Reputation: 2495

text width inApplicationBarIconButton

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

Answers (1)

Fabrice
Fabrice

Reputation: 931

You can't fix it. You can't have a long text size in the applicationBarIconButton.

Upvotes: 2

Related Questions