-
When I try and use the Fluent.Ribbon with Prism it will not render and gives the following error: - System.InvalidOperationException: 'Window must be the root of the tree. Cannot add Window as a child of Visual.' Is there a working example anywhere or can anyone help? |
Beta Was this translation helpful? Give feedback.
Answered by
batzen
May 5, 2024
Replies: 1 comment
-
I don't have any experience with Prism, but it looks like you are trying to add a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
batzen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have any experience with Prism, but it looks like you are trying to add a
Window
(i guess aRibbonWindow
) as the child element of another control.Maybe your code to define a view uses
RibbonWindow
instead ofRibbon
?