GridLayoutCtrl GridLayoutCtrl is a U++ framework Ctrl that organizes child Ctrls in a grid-like structure, where each Ctrl has the same size. Usage Set the number of columns using SetColumns(int col) method then add your Ctrls with Add(Ctrl& pane):