问题标签 [orchestra]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
15 浏览

mahapps.metro - 如何在 Orchestra Shell MahApps 中排除 InfoBarMessageControl?

我正在使用 Orchestra MahApps shell(基于 Catel 构建)构建应用程序,但想排除 InfoBarMessageControl。在 Catel DataWindow 构造函数中似乎有一个选项可以设置生成字段,但在 ShellWindow 构造函数中似乎没有公开该选项。InfoBarMessageControlGenerationMode.None使用 MahApps shell 时禁用 ( ) 的正确方法是什么?

也在https://github.com/WildGums/Orchestra/discussions/542上列出,但我不确定是否有人在那里检查。