How to exclude InfoBarMessageControl in Orchestra.Shell.MahApps? #542
Unanswered
NickHeinz-Andretti
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Good question, I think it's not possible out of the box. For now a workaround would be to use private reflection to set this field using this pseudo code:
Make sure to call this code before |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building an application using the MahApps shell, but would like to exclude the InfoBarMessageControl. It seems the option is in the Catel DataWindow constructor to set the generation property, but it doesn't appear this option is exposed in the ShellWindow constructor. What would be the proper method for disabling (InfoBarMessageControlGenerationMode.None) while using the MahApps shell?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions