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.

flowlayoutpanel glitch

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

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -