I am trying to get a series of standard pushbuttons into a list box. I have been playing around with sub-classing, but it does not redraw the buttons properly sometimes, mainly when using the scrollbar.
I want to be able to scroll through a list of buttons, that are built on-the-fly.

This is sort of what I would want it to look like. Is sub-classing the right route for this? Does anyone have a similar control already done?
I want to be able to scroll through a list of buttons, that are built on-the-fly.

This is sort of what I would want it to look like. Is sub-classing the right route for this? Does anyone have a similar control already done?
Comment