Since last SR (10.2..2064) scheduler controls (UltraDayView, UltraWeekView, ...) inside a UltraPanel, with Dock.Fill inside a form the panel too Docked Fill don't resize when main application form is resized, or minimized / maximized.. Anyone else having this problem??
caco
Hello Danko,
I've added a support request: CAS-53030-PNB8YH regarding this. It happens on any control inside the panel, not only Scheduler ones. Basically what I could find so far is that AutoScrollContainerPanel resumes layout passing FALSE (disregards pending children requests for layout) on both InternalSetBounds and InternalSetSize methods. See the support request for more info on what I could find.
Many thanks,
Hello,
I was able to reproduce this behavior. As soon as I have more information about I will let you know through this forum thread.
Please let me know if you have any other questions.
Well, after a bit more research, it happens to other controls as well. It looks like the Resize event of the UltraPanel (or ChildPanel) is being eaten and not passed to child controls... The panel itself resizes with form (tried changing background color to something different), so it's docking is ok.
Hopefully there'll be a quick fix for this..
have the same problem.