using Gtk 4.0; ListView { factory: BuilderListItemFactory list_item_factory { template ListItem { child: ListView { factory: BuilderListItemFactory list_item_factory { template ListItem { child: Label { label: bind template.item as <$MyObject>.name; }; } }; }; } }; }