winform .net best way if you want to display images in a datagridview
问题 net webdeveloper and usually don't make any win32 apps. but now i have to. i have a list with about 2000 entries. each entry should be displayed as, a label with textbox another label and picture. i have made this with a flowlayoutpanel and i did a foreach on the entries to make a panel for each entry with the label, textbox, label and a picturebox. now i have rendering issues when it comes above 1000 entries. so i have read that i should use a listview or datagridview. now i have a