>What build are you using? Does the avalondock sample app work for you?

 

After an intense web search I found the cause of my crash and weird behaviour.

 

My app Window is a Windows Form, not a WPF Window. The Menu, ToolBar and 
StatusBar of my app are WinForms controls, the whole of the client area is 
taken up by one WPF Parent control that contains lots of WPF Children that do 
the work. AvalonDock seems to assume that the parent windows in a WPF Window, 
not a Form.

 

I have created a skeleton app in a WPF Window and the same docking XAML works.

 

Since this is a new app, I guess it’s time to rewrite the shell of the app to 
be a WPF Window and not a Form.

 

Greg

_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to