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 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)

Well I notice if I put control in the left panel it no longer does this.
So the bug is only if the left panel of SplitContainer is empty.
 
Well I notice if I put control in the left panel it no longer does this.
So the bug is only if the left panel of SplitContainer is empty.

And there's no point in having a split container if one of the panes is
empty, so I'd consider this a low-priority bug.

Basically, it's the "Doctor, it hurts when I do this" syndrome....
 
Back
Top