GroupBox AutoScroll property

G

Guest

I’m working on a GroupBox and need to set the AutoScroll property to true.
My problem is I have no AutoScroll property listed in the property box.
And even if I go in to the Designer.cs file I can’t find the AutoScroll
property.
Do I need to set something up for this property?
Any help would be appreciated.
 
N

Nicholas Paldino [.NET/C# MVP]

Gus,

There is no AutoScroll property for the GroupBox class. If you want
something like this, you need to embed a ScrollableControl (or
ContainerControl or Panel) in the GroupBox and then set the AutoScroll
property on that.
 

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