Create list-of-controls in Windows.Forms
- by leiflundgren
I have decided that I would like to have a list with "complex context", i.e. of custom-controls. (The goal is something looking like a buddy list, with photos, status-icons, text, "start-chat-button".)
But I like it to behave as a list: scrollbars, possibility to select multiple items etc.
When I have been looking at ListView and ListBox I only see that I can add text and an icon, but not arbitrary controls.
I'm I missing how this is done?
Or should I use something else then ListView/ListBox?