2

i need some help understanding the example posted by Lester's Blog: Using RibbonGallery Control. i am relatively new to WPF and not really familiar with MVVM

i dont really understand how the ribbon gallery in the sample is bound and how to handle events like click/selection change to switch the font or color.

Jiew Meng
  • 84,767
  • 185
  • 495
  • 805

1 Answers1

1

Learn MVVM as a start... don't dive in now and regret later when your code will need some maintenance... There are a lot of good tutorials. try this thread: MVVM: Tutorial from start to finish?

Once you get the basics... it will come more natural to you

Community
  • 1
  • 1
Nissim
  • 6,395
  • 5
  • 49
  • 74
  • erm i am intending to learn MVVM but can this sample be explained in a simple way? like i am not really wanting to make anything big yet, just want to understand the sample abit more. – Jiew Meng Sep 16 '10 at 12:23