grid manager
Dave Welch <[email protected]>
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
When using the grid manager is there any way to set the start of the grid. For example, I have my window default to the screen size when it starts running, but when I first use the grid manager (row=0, column=0) it places the widget at the center of the window. Is there any way to make row/column (0,0) to start from the top of the window rather than the center? Thanks.