Resize detail/control along with form

CedarTree

Registered User.
Local time
Today, 09:32
Joined
Mar 2, 2018
Messages
445
Hi - I have a web-browser control that takes up 100% of a form (on purpose). But if the user resizes the form, or maximizes it, I want the Form detail section + web-control to also re-size accordingly. Any suggestions? Thanks!
 
I was thinking maybe in the form's resize event you could make the Width of the control equal to .95 of the form's width, or something like that.
 
you don't need to use Any Event.
use the control property:

Horizontal Anchor: Both
Vertical Anchor: Both
 

Users who are viewing this thread

Back
Top Bottom