SplitContainer Bug

  • Thread starter Thread starter Cameron Zemek
  • Start date Start date
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)
 
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.
 
Back
Top