SplitContainer and form resizing issue

G

Guest

I have a split container control on a resizable form. The split container is
also anchored Top, Bottom, Left and Right to the host form. When the form is
visible and I move the splitter to resize the panels everything works ok.
But, when I either move the form, or, resize the form, even by just 1 pixel,
the splitter within the split container returns to its initial starting
position. Is this a bug, feature, or....? Is there a property to set to
prevent this from happening, or an event I need to handle?

Many thanks in advance.
Steve
 
S

Stuart Nathan

Are you sure you have some code in the resize event?
Otherwise this seems unlikely.
 

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