Hello, I have a program that uses a web browser, and sum buttons to the right of it, and I was wondering if it is possible to have the browser extend as the form extends, and have the buttons stay to the right hugging the edge. Thanks!
Printable View
Hello, I have a program that uses a web browser, and sum buttons to the right of it, and I was wondering if it is possible to have the browser extend as the form extends, and have the buttons stay to the right hugging the edge. Thanks!
I'm pretty sure if you dock your webbrowsercontrol within the form it will expand as required. And the locations of the buttons will have to be set via a mathematical expression during the forms change size event.
what you are looking for isvb Code:
.anchor
The TableLayoutPanel is a useful control for proper alignment and positioning of controls.