Is there a property for labelling a tile so that if the user has several collapsed it's easily distinguishable which tiles are which?
Troy
Hi Troy,
You can set the Header property of the tiles. This should do the trick.
Sincerely,
Horen Kirazyan
Thanks Horen.
I tried that property earlier through the Properties window in Visual Studio, however when I would type in that property field it would result in an error which reads, "Property value is not valid, property 'Header' does not support String to Value conversion'. Now that I set that property directly through xaml it works fine. Should there be a difference between setting property values directly is xaml vs through the properties window? i tend to use the Properties window when I'm not quite sure which property I'm looking for, otherwise if I know the property then I just write the xaml for it directly.