timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Adding pictures in flyout menus #163

Closed rradi closed 11 years ago

rradi commented 11 years ago

Is it possible to add a additional feature to flyout menus, allowing one to add pictures to items in flyout menus to achieve the result shown in the attached mockup for example?

2013-02-19_110442

timheuer commented 11 years ago

You could re-template the item

rradi commented 11 years ago

Hi Tim, sorry to bother you, but can i ask you to explain a bit more how to do that? thank you in advance

timheuer commented 11 years ago

You would have to re-template the MenuItem style and add the template part you would need. Perhaps even sub-class as needed the control.