C CedarTree Registered User. Local time Today, 12:17 Joined Mar 2, 2018 Messages 445 Apr 19, 2021 #1 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!
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!
Isaac Lifelong Learner Local time Today, 09:17 Joined Mar 14, 2017 Messages 11,497 Apr 19, 2021 #2 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.
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.
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 00:17 Joined May 7, 2009 Messages 20,403 Apr 20, 2021 #3 you don't need to use Any Event. use the control property: Horizontal Anchor: Both Vertical Anchor: Both
you don't need to use Any Event. use the control property: Horizontal Anchor: Both Vertical Anchor: Both