F
Frank Rizzo
Hello, I have a form that contains the Browser control (via interop, of
course) among other things. The browser control is in a Panel control.
When I add other controls (such as splitter and some others), the
controls seem to randomly either disappear or move to different Panels,
etc... For instance, I've sized the browser to 100x100 and it will
resize itself to a much larger size. Then I'll add a splitter after
several trips to code and then to the forms designer, the splitter will
just disappear. Closer code inspection reveals that in the code that's
generated by the windows designer, the splitter control is removed from
the this.Controls.Add(...) statement. And the browser control simply
changes it's size (in code too).
What's going on? Has anyone experienced this?
Thanks
course) among other things. The browser control is in a Panel control.
When I add other controls (such as splitter and some others), the
controls seem to randomly either disappear or move to different Panels,
etc... For instance, I've sized the browser to 100x100 and it will
resize itself to a much larger size. Then I'll add a splitter after
several trips to code and then to the forms designer, the splitter will
just disappear. Closer code inspection reveals that in the code that's
generated by the windows designer, the splitter control is removed from
the this.Controls.Add(...) statement. And the browser control simply
changes it's size (in code too).
What's going on? Has anyone experienced this?
Thanks