I need simple example for Gtk.TreeView column with VBox extended Widget treeView.AppendColumn("MyVBoxExt", new CellRenderer????(), "????", 1); store.AppendValues (..., new MyVBoxExt(new Gtk.Label("test"))); Thanks.