Hi,
I'm currently evaluating several 2D GUI solutions and I'm really impressed by GWEN, many thanks for sharing such a great project :)
I have one question though that I couldn't answer by looking at the samples / code ...
For my particular use-case I would need some kind of simple data-grid / table-list control where I can specify the content of the columns myself.
I would need to be able to display images in the first column of the control, text in the second column, and buttons or checkboxes in some following columns.
The rows would be created by my application's data sources.
Is there already some Control in GWEN that would allow me to do this ? Or would I have to implement this as a custom control ? What would be the best / easiest way to achieve such a control.
Thanks & regards,
Wolfgang