Now that I got cegui and ceed working I played a bit with it and already created a custom filesystem dialog in combination with boost::filesystem -> cegui is very awesome!
However, for some sort of map editor I already wrote a GUI with SFGui some time ago and now I want to replace it with an implementation using cegui.
For this purpose I need to create some sort of palette, in SFGui I created some kind of scrollable list widget containing instances of a custom widget:
![Image](http://s9.postimg.org/lxefvvm1n/EPalette_1.png)
![Image](http://s9.postimg.org/az36doxgb/EPalette_2.png)
![Image](http://s9.postimg.org/5p2t052l7/EPalette_3.png)
What would you suggest/How would you achieve something like this in cegui? Should I create some sort of modified version of the Listbox or a totally new container widget?
Thank you for your help and interest!
(sry for bad English, it's not my native language)