We've got a user control we're written that's meant to fit both on a window (works fine there) and now within a class I've defined which inherits from ModernUI ModernDialog. The user control I'm trying to place on the ModernDialog derived class is wider than the ModernDialog allows for. I've tried setting the Width property of the derived ModernDialog class both within the class itself and within the code that calls the class. The ModernDialog box consistently ignores all attempts I've made to control the ModernDialog's width.
Why is it doing that?
How do I control the width of the ModernDialog?