Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 456 Bytes

File metadata and controls

10 lines (6 loc) · 456 Bytes

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):