#include using namespace Upp; struct MyApp : TopWindow { MenuBar menu; ArrayCtrl list; DropList dl; TreeCtrl tree; ColumnList clist; MyApp() { list.AddColumn("Test"); list.Add("Simple"); for(int i = 0; i < 10; i++) list.Add("Long " + String('X', i * 100)); dl.Add("Simple"); for(int i = 0; i < 10; i++) dl.Add("Long " + String('X', i * 100)); Vector parent, parent2; parent.Add(0); tree.SetRoot(Image(), "The Tree"); Array