I have a fairly complicated window layout, and it seems like at some point the resize events from a user resizing the form stop propagating after a while. In my form I have a RadDock that contains a Document window that contains a PageLayout Control that contains a SplitterWindow That contains a RadDock.
Inside the rad dock I have 3 ToolWindows that get resized correctly but I have controls that are dockFilled in these windows these controls are not resized. So this leads to a bunch of redraw errors and makes the screen look very bad.
I tried a bunch of ways to simplify the layout but each one I tried worked correctly.
In my sample Application I have Form, main form with the RadDock and DocumentWindows, UITabControl (the RadPageLayout), ReportViewer (the SplitContainer), and EmptySnapshotControls which has the second RadDock which has the resize errors. On the resize event of the ToolWindows I'm displaying the size of the ToolWindow and also the control that is inside the ToolWindow, so you can tell sometimes the second set of numbers don't change. (when there is more that 1 control side by side)
In my sample app the first view shows the error and I have a few other tabs where I've tried to simplify the layout and they work correctly. If I take out the splitContainer or remove the PageLayoutControl works fine. (As you can see in my sample)
Anyway if you can figure out whats going on or can find a workaround I'd be very grateful.
I couldn't attach a zip file to attach my post so I'll try to email it to you. Let me know if there is a better way for me to do this.
Thanks
Troy
Inside the rad dock I have 3 ToolWindows that get resized correctly but I have controls that are dockFilled in these windows these controls are not resized. So this leads to a bunch of redraw errors and makes the screen look very bad.
I tried a bunch of ways to simplify the layout but each one I tried worked correctly.
In my sample Application I have Form, main form with the RadDock and DocumentWindows, UITabControl (the RadPageLayout), ReportViewer (the SplitContainer), and EmptySnapshotControls which has the second RadDock which has the resize errors. On the resize event of the ToolWindows I'm displaying the size of the ToolWindow and also the control that is inside the ToolWindow, so you can tell sometimes the second set of numbers don't change. (when there is more that 1 control side by side)
In my sample app the first view shows the error and I have a few other tabs where I've tried to simplify the layout and they work correctly. If I take out the splitContainer or remove the PageLayoutControl works fine. (As you can see in my sample)
Anyway if you can figure out whats going on or can find a workaround I'd be very grateful.
I couldn't attach a zip file to attach my post so I'll try to email it to you. Let me know if there is a better way for me to do this.
Thanks
Troy