We are seeing some strange sizing results of the WPF control when we host it inside a winforms MDI windows applicaiton.
We have our WPF usercontrol which contains the map control on bottom and a ribbon control on top. This looks fine just as a WPF control but when we host it in a winforms app, The control seems to not recognize the bondaries of our WPF stack panel but instead resizes to the boundaries of the winforms window. Is this a know issue with hosting the WPF control inside a winforms app?