WebEdition: Listbox with Buttons and Pictures?

Is it possible to use Buttons and Pictures in a Listbox?

At the moment I use WebContainerControls, and I repeat them, so they appear like a list. But the performance is slow.
Perhaps a Listbox is faster. Does the Listbox have options to use Buttons and Pictures in the rows?

[quote=226602:@Thomas Mueller]Is it possible to use Buttons and Pictures in a Listbox?

At the moment I use WebContainerControls, and I repeat them, so they appear like a list. But the performance is slow.
Perhaps a Listbox is faster. Does the Listbox have options to use Buttons and Pictures in the rows?[/quote]

Plain WebListBox does not do it.

Brock Nash embeds WebContainerControls in WebListBoxes. You may want to ask him if JQueryUI does that https://forum.xojo.com/19039-jqueryui-library-drag-drop-animations-custom-menus/4

I think WebListBoxTD from http://webcustomcontrols.com/?page_id=70 let you embed pictures. Not sure about controls.

Wow - the second link is cool.
Many usefulls things. The yui2Calender Demo is something it need, too. THANKS!