Hi,
I've got a public static RadWindow that I use globally throughout my application. I have several usercontrols of varying sizes that I load via this RadWindow by setting them to be the RadWindow's content and then running the RadWindow's ShowDialog method. The RadWindow seems to have a maximum width and height that I didn't set, which has the effect of cutting off parts of my larger controls. If I use the Microsoft ChildWindow it resizes correctly so I assume its a problem with RadWindow and not my controls. I am using the internal build 2010.3.1331. Is this a bug?
If I resize the window for the larger controls it stays large when the smaller controls are the RadWindow's content.
Please advise.
I've got a public static RadWindow that I use globally throughout my application. I have several usercontrols of varying sizes that I load via this RadWindow by setting them to be the RadWindow's content and then running the RadWindow's ShowDialog method. The RadWindow seems to have a maximum width and height that I didn't set, which has the effect of cutting off parts of my larger controls. If I use the Microsoft ChildWindow it resizes correctly so I assume its a problem with RadWindow and not my controls. I am using the internal build 2010.3.1331. Is this a bug?
If I resize the window for the larger controls it stays large when the smaller controls are the RadWindow's content.
Please advise.