Missing axWebBrowser when changing position with autoscroll in vb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a scrollable vb.net form with a web browser (axWebBrowser) instance on
it.

All is well until I try to change the left/top (and perhaps height/width) of
the web browser on the form. If the form is scrolled so that the top of a
browser control is not showing, then the browser is lost.

The behavior is especially amusing if part of the browser is visible, and
part is above the window. The change works, but the portion of the browser
that was above the window, is lost and doesn't reappear when I page up the
window.

Forcing the window's autoscroll position to zero before changing the web
browser's parameters gives me a LOT of flickering when changing the window
size.

Any ideas?

- Malcolm
 
Macolm,

In my opinion is the most simple for that axwebbrowser when you want to
resize it, is to set it docked in a panel.

(And it has a minimum size I don't know anymore what it was probalby you can
try that)

I hope this helps?

Cor
"(e-mail address removed)"
 
Back
Top