DTP always shows controls starting at the bottom of the dialog. So, generally, I have to create the controls in reverse order so that the first is displayed at the top and successive controls are shown down the dialog. Controls have labels such as “Item 1”, “Item 2”, “Item 3”, … etc.
I have a new dialog which shows a large number of controls in columns. If the controls are created in reverse order, as usual, then they go down the dialog but the columns progress from right to left. If the controls are not reversed, they display from the bottom left up the dialog with columns created to the right of the starting point.
This example has controls in natural order:
This example has controls in reverse order:
Neither approach looks natural. Is there a way of showing controls starting at the top-left, progressing down the dialog with columns created to the right ?
Thanks.