1 element essentially consists of 2 pictureboxes left and right and a label/text in between. They are supposed to be an inseparable unit. (person image and their name, status color right)
I want to put several of those elements in a scrollable box.
My current solution is a bit perverted: I created 5 of my desired elements by myself and change their content on mousewheel scroll and a "fake" scroll bar consisting of a bar image with a scroll position box overlay that changes position dependent on whats displayed. This obviously is a disgusting solution I don't want to keep.
Project language is C#, it's an office addin written in VS Ultimate 2012.
It's a custom one click call solution for my company that draws it's source data directly from outlook.