[BevelButton] Images on all floors ?

I want to show a list of icons in a Control and the BevelButtom seems to be the correct choice, but…

The idea is to display a different icon from the lobby to the roof of all BevelButton Rows…

Is this possible ?

Another built-in Control ?

Or must I change my idea for this UI ?

Use a listbox.

Draw the Listbox above a (Canvas with my already created “empty” image) Control that display all entries ( 4 or 5),
One Column only,
Draw the images in the CellBackgroundPaint Event
Row Selection = Icon selection.
Hide the Listbox on Selection validation.

From here and now, this will do the trick.

Thanks Jeff.