0

アプリケーションで Catel と DevExpress DockLayoutManager を使用しています。このコードを使用して、View Model を自動的に作成したかった:
http://gyazo.com/147dff382d16e08cee0270ac20c6b330

しかし、コンパイル後にアプリケーションを実行できません。
置き換えるcatel:UserControlUserControl、すべて正常に動作します: http://gyazo.com/b69a0257d992bb13c19813c055d47d92

、しかし、ViewModel は作成されません。

使いたかったのIUserControlですが、役に立ちませんでした。UserControl としてUserControlLogic認識されません: http://gyazo.com/e5596231404c054e459db06446ab57eeDocumentPanel

4

2 に答える 2

0

I've reviewed your project from ticket Catel and DevExpress DockLayoutManager don't work together and it seems that the issue is caused by the Catel UserControl. On startup it tries to recursively find the InfoBarMessageControl in the visual and logical trees. If there is no such control and the visual tree is large, this operation may take a long time. I suggest you wrap the DockLayoutManager in the InfoBarMessageControl, this should resolve the issue.

于 2013-12-09T09:30:51.543 に答える