Laying Out Elements

Consider using sizers, like wxBoxSizer or wxGridSizer.

If you're looking for a way to put a static box around a group of unrelated elements, use a wxStaticBoxSizer.

See also UsingSizers.

Example

No example yet.

LayingOutElements (last edited 2008-03-11 10:50:30 by localhost)