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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -