So here's what I'm trying to do:

A SplitContainer contains a first master control in one panel and a group of secondary controls in its second panel, organised by a TableLayoutPanel and added at run-time. When the second panel isn't large enough to display all the controls in the TableLayoutPanel (which will be almost always), I want a vertical scrollbar so the user can move up and down through the options.

It won't work. The scrollbar will only trigger if the visible area of the control drops below a certain magic number, which looks to be about the default size of the control at launch. It then, rather than respecting the 'Dock' settings on all the items and auto-filling to the available space, adds a superfluous horizontal scrollbar to cover the width lost by the vertical scrollbar that doesn't reach far enough....

Both the SplitContainer's panel and the TableLayoutPanel have had their AutoScroll set to true and the AutoScrollMinSize properties experimented with. The TableLayoutPanel has been tried with AutoSize on and off. This behaviour is the best I've seen; the worst case simply doesn't ever draw scrollbars at all.

What do I need to do to make this work, or am I somehow asking the impossible (and if so, why)?

link|improve this question

67% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.