Do you know how the rendering of the inner-panel is done if it is bigger than the UserControl
on which it is placed? Is the area which is unvisible (outside of the UserControl
)being refreshed automatically or is just the visible area refreshing?
I would like to know that because of performance reasons. If the inner Panel
would be very large with a lot of controls on it, but just a little part of it is visible at the moment, is then everything being refreshed or just the visible area with the currently visible elements on it?
Thank you for all your help!