Weird phantom scroll bar

I have this webpage that I am displaying approximately six web containers. They are all exactly the same size and they are all on the form at the exact same XY coordinates. I make one visible and the rest invisible. Everything is fine until I get to the fourth web container that I want to show. It shows up fine but there’s like a scrollbar on the right side. It’s like a scrollbar without the slider in it.

I have tried playing with the size of that particular web container but I can’t get those to disappear. Has anybody else experienced this?

Any ideas?

Thanks Rich

Look at http://documentation.xojo.com/index.php/WebContainer.ScrollbarsVisible

I was messing around with an issue the other day like that and had no idea there was a ScrollBarVisible setting. Thanks!

Does that fourth container have other border settings? I have seen that that can cause scrollbars to appear.

I set it to none and that solved it!