Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
UltraDockManager client area size without docking panels
posted

Hi,

I would like to arrange MDI windows from code, and I need to know the client area size excluding the docked panels size. So basically where my windows will be arranged without scrolling.

During debugging, I see that property InnerDockAreaBounds is what I need, but that is not public.

What else do you recommend (besides using reflection to get this non-public property value).

Thanks