I'm trying to make Avalon work with WPF Ribbon on VS2010 .NET 4, but all I got is a blank screen overriding even the titlebar. I think this problem is caused by some incompatibility with the RibbonWindow tag, instead of Window. I looked at these posts:
http://avalondock.codeplex.com/Thread/View.aspx?ThreadId=62562
http://avalondock.codeplex.com/Thread/View.aspx?Thread开发者_如何学编程Id=68265but none solved my problem. Any help? Thanks
Put the ribbon tag inside the DockPanel tag before the DockingManager.
精彩评论