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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -