1

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!

Tim Schmelter
  • 450,073
  • 74
  • 686
  • 939
mookey
  • 85
  • 1
  • 10
  • Sorry, I forgot to mention: WinForms – mookey Sep 15 '14 at 11:42
  • Better edit your question with the extended information. Then these are visible directly for a reader. – Jens Sep 15 '14 at 12:11
  • I did so, but @Tim Schmelter removed it in his edit.. – mookey Sep 15 '14 at 12:12
  • @mookey: No, i have added the winforms-tag. Note that you should not include languages or technologies in the title (or as comments) but as tags. Read: [Should questions include “tags” in their titles?](http://meta.stackexchange.com/questions/19190/should-questions-include-tags-in-their-titles) – Tim Schmelter Sep 15 '14 at 12:16
  • generally, they will be refreshed/updated (as far as painting) when shown. – Ňɏssa Pøngjǣrdenlarp Sep 15 '14 at 12:27

0 Answers0