Common UI Tile View - Can't edit items

The actual objects displayed in the list view are not identical to the items you added by the Add Item node. Apparently, the list view items are dynamically generated.

You need to implement the UserObjectListEntry interface on the entry widget class.

The tutorial below was very helpful to understand how it works to me:

1 Like