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
have the same problem.
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..