#include using namespace Upp; GUI_APP_MAIN { ArrayCtrl list; list.AddColumn("Trivial").Ctrls(); // specify type of widget as template argument list.AddColumn("Factory").With( // class factory creates widget - allows customization of widget [](One& x) { x.Create