Community
Participate
Working Groups
At the moment it is not possible with Riena to show an image in a ListRidget in front of the item. Maybe the listRidget could accept a ColumnFormatter like the TableRidget.
SWT's List widget does not support images (only strings). The only way around this would be to write our own list widget + viewer. List cannot be subclassed and we cannot use the databinding / list viewer. Before we solve this (if ever), it does not make sense to enhance the IListRidget with this functionality.
I could solve this by using a Table with only one column and a ColumnFormatter and no TableHeader. Thanks anyway.
Good idea, Steffen! :-) > I could solve this by using a Table with only one column and a ColumnFormatter and no TableHeader. Closing as WORKSFORME for the time being.