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

Cameron Zemek

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.
 
J

Jeff Johnson

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

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