.net - Temporally prevent Panel from updating layout -


can set panel temporally not update layout ? want programatically update children. every change might change layout children in panel completely. if tries update layout, children or container after every change screen might "freeze".

so want prevent panel updating layout until i'm finished children. don't want propagate layout update container or children (that i'll working with).

how can ?

note: question meant solve problem described in question auto-sizing elements based on layout position.


Comments