Re: Creating a new selection box.
- Posted by ghaberek (admin) Jun 08, 2011
- 1518 views
Aside from the over alignment, I think the primary problem is that your label height (lblht) is 60, which is way too tall for a single line of text. I typically set my labels to 16 pixels high and drop them down by 4 pixels so they line up with the text of other controls.
Once you learn how to use sizers, you'll find things are much easier to arrange on the screen.
-Greg