Hello,
how can I create a category menu as in the Appointment dialog itself.
This refers to the dialogue with the Ribbon:
dataManager.DialogFactory =new Infragistics.Controls.Schedules.ScheduleDialogFactory ();I am using a derivative of AppointmentDialogCore so I have to create the ribbon itself.Thank you
Hello Marcus,
You can see the default templates that we used for our ApointmentDialog on your computer in the following file:
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.1\WPF\DefaultStyles\Schedule\generic.xaml
In this file you can search for the style with TargetType="igSchedulePrim:ActivityDialogRibbonLite" and observe the internal implementation of this “ribbon”. You can copy this styles in your application and modify them in order to suit your scenario or to reuse the control depending on your requirements.
If you need any additional information on this matter or if I have misunderstand you in any way please let me know.
Hello Elena
Thanks for the reply.I tried your way before posting, unfortunately it does not give me the opportunity I need.My second attempt was the right of ribbon extending to the ActivityDialogHelperWpf.CreateActivityDialog / RibbonWindowContentHost Ribbon. But then I'm set on the base class "AppointmentDialogCore" and I use a derivation.The third attempt brought me to the other functions of ActivityDialogHelperWpf but here are all for my case interesting point static / internal.Now I go out of ideas.Can you give me a snippet that I (in code) can produce the Categories menu?