[RESOLVED] Resizing components within a form
Hi all.
I need to give a form of mine resizing functionality. The form contains a single large tab control, the pages of which contain a large datagrid view (top half), and a significant number of buttons (bottom half). The attached image(censored, because this is commercial work) shows what I'm discussing.
I need the tabcontrol to resize with the form, the datagridview to resize with the tab control, and the buttons to move around as if attached to the nearest border (the primary reason for this functionality is to allow the user to see more info in the Datagridview).
Is there an easy way to acheive this, or do I have to code this functionality manually for each item? (I'd prefer not to)
Re: Resizing components within a form
Nevermind all, I found the "Anchor" parameter, which is exactly what I was after.
*headdesk*
Thread resolved.