Hello!
The datacontext of my custom RadRibbonBackstage changes after the ribbonview is fully loaded.
Doesn't matter if I set it's datacontext before or after the InitializeComponent() call in the constructor, I even tried to set it through xaml.
For now I can set the datacontext in the Loaded+= event of my backstage, but seems a crappy solution. I would like to know if this is a correct behavior of the control, or if I am doing something wrong.
I have attached a project where youll be able to easily reproduce the situation, change the extension from png to zip.
The datacontext of my custom RadRibbonBackstage changes after the ribbonview is fully loaded.
Doesn't matter if I set it's datacontext before or after the InitializeComponent() call in the constructor, I even tried to set it through xaml.
For now I can set the datacontext in the Loaded+= event of my backstage, but seems a crappy solution. I would like to know if this is a correct behavior of the control, or if I am doing something wrong.
I have attached a project where youll be able to easily reproduce the situation, change the extension from png to zip.