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