Click here to Skip to main content
15,898,768 members
Home / Discussions / WPF
   

WPF

 
GeneralWPF Button Style Problem Pin
Kevin Marois2-Jul-12 11:31
professionalKevin Marois2-Jul-12 11:31 
QuestionStyle Error Pin
Kevin Marois29-Jun-12 7:51
professionalKevin Marois29-Jun-12 7:51 
AnswerRe: Style Error Pin
Gerry Schmitz29-Jun-12 11:06
mveGerry Schmitz29-Jun-12 11:06 
GeneralRe: Style Error Pin
Kevin Marois29-Jun-12 11:10
professionalKevin Marois29-Jun-12 11:10 
AnswerRe: Style Error Pin
Richard MacCutchan29-Jun-12 21:17
mveRichard MacCutchan29-Jun-12 21:17 
GeneralBest Way To Design This Pin
Kevin Marois29-Jun-12 7:31
professionalKevin Marois29-Jun-12 7:31 
GeneralRe: Best Way To Design This Pin
Abhinav S1-Jul-12 7:22
Abhinav S1-Jul-12 7:22 
GeneralRe: Best Way To Design This Pin
Unnikrishnan_S_N3-Jul-12 20:14
Unnikrishnan_S_N3-Jul-12 20:14 
I am not aware of Zune, however, I think you can use a Menu control and set its source to a collection ObservableCollection<imenuitem> MenuItems.
interface IMenuItem {
string Caption;
Visibility MenuVisibility;
ICommand Command;}

Bind the above properties in the MenuItem's ItemTemplate or HiearchicalTemplate.
Apply DataTrigger on the MenuVisibility property to set visibility.

Also you can customize the default menuitem's template style and modify the template as per your requirement.

Please refer the below link which will give an idea on how to use the menu item template.
http://msdn.microsoft.com/en-us/library/ms752296%28v=vs.85%29[^]
http://msdn.microsoft.com/en-us/library/ms747082%28v=vs.85%29.aspx[^]
QuestionDefault font name of Silverlight XAML Pages Pin
yesu prakash29-Jun-12 0:24
yesu prakash29-Jun-12 0:24 
AnswerRe: Default font name of Silverlight XAML Pages Pin
Jeremy Hutchinson29-Jun-12 7:31
professionalJeremy Hutchinson29-Jun-12 7:31 
AnswerRe: Default font name of Silverlight XAML Pages Pin
Abhinav S1-Jul-12 6:22
Abhinav S1-Jul-12 6:22 
QuestionFooter in Silverlight DataGrid Pin
Sudhir Kumar Srivastava lko28-Jun-12 23:58
Sudhir Kumar Srivastava lko28-Jun-12 23:58 
AnswerRe: Footer in Silverlight DataGrid Pin
Abhinav S1-Jul-12 4:01
Abhinav S1-Jul-12 4:01 
QuestionShapes drawn on multiscale image prevent image mouse events. How to fix it? Pin
Member 780283927-Jun-12 3:53
Member 780283927-Jun-12 3:53 
AnswerRe: Shapes drawn on multiscale image prevent image mouse events. How to fix it? Pin
SledgeHammer0127-Jun-12 11:23
SledgeHammer0127-Jun-12 11:23 
QuestionConvert PDF Pages to Image - Silverlight Pin
NeCroFire26-Jun-12 22:33
NeCroFire26-Jun-12 22:33 
QuestionWPF Set FontWeight From Trigger Pin
Kevin Marois26-Jun-12 6:11
professionalKevin Marois26-Jun-12 6:11 
AnswerRe: WPF Set FontWeight From Trigger Pin
Pete O'Hanlon26-Jun-12 6:24
mvePete O'Hanlon26-Jun-12 6:24 
GeneralRe: WPF Set FontWeight From Trigger Pin
Kevin Marois26-Jun-12 6:35
professionalKevin Marois26-Jun-12 6:35 
GeneralRe: WPF Set FontWeight From Trigger Pin
Ian Shlasko26-Jun-12 7:07
Ian Shlasko26-Jun-12 7:07 
GeneralRe: WPF Set FontWeight From Trigger Pin
Pete O'Hanlon26-Jun-12 9:29
mvePete O'Hanlon26-Jun-12 9:29 
GeneralRe: WPF Set FontWeight From Trigger Pin
Kevin Marois27-Jun-12 6:20
professionalKevin Marois27-Jun-12 6:20 
GeneralRe: WPF Set FontWeight From Trigger Pin
Pete O'Hanlon27-Jun-12 7:00
mvePete O'Hanlon27-Jun-12 7:00 
Questionhow to create graph in wpf Pin
santy143all24-Jun-12 22:26
santy143all24-Jun-12 22:26 
AnswerRe: how to create graph in wpf Pin
Richard MacCutchan24-Jun-12 22:54
mveRichard MacCutchan24-Jun-12 22:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.