c# - FlowLayoutPanel glitch with lot of child -
i'm having trouble flowlayoutpanel , child controls rendering. if add 300+ child controls, panel stops render them @ point. last displayed item has sort of overlap , other child controls missing. thanks.
looks flowlayoutpanel not support lot of controls. way fixed creating new user control includes flowlayoutpanel , vertical scroll bar. panel holds 100 controls @ 1 time , logic handles v scroll bar position, add or remove controls panel.
this way allows handle 4000+ child controls.
Comments
Post a Comment