SplitContainer Bug

C

Cameron Zemek

I'm using the trail of Visual Studio Team System 2008 with SP1. I have a
Window Forms Application to which I add a SplitContainer. When I run the
application (either Debug or Release) I get a dotted line between where the
panels are. As I resize the window the dotted line sometimes is drawn and
other times is not. That is if I stop resizing sometimes there is a line and
other times not.

Other tools I have installed:
Windows SDK 6.1
DirectX SDK (Nov 2008)
 
F

Family Tree Mike

Cameron Zemek said:
I'm using the trail of Visual Studio Team System 2008 with SP1. I have a
Window Forms Application to which I add a SplitContainer. When I run the
application (either Debug or Release) I get a dotted line between where the
panels are. As I resize the window the dotted line sometimes is drawn and
other times is not. That is if I stop resizing sometimes there is a line and
other times not.

Other tools I have installed:
Windows SDK 6.1
DirectX SDK (Nov 2008)

Try invalidating the split container on the form's ResizeEnd event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top