Last Updated:
24 Sep 2019 06:56
by ADMIN
RibbonView: InvalidOperationException is thrown when the control is loaded too early
In some cases an InvalidOperationException is thrown when the control is loaded too early (before it is added to the visual tree). This reproduces only when the ribbon's content is minimized initially.
To work this around, you can set the IsMinimizable property of RadRibbonView to False.