Scrollbar in UserControl

S

Sonnich Jensen

Hi

I was trying to add a scrollbar to a usercontrol, but I havent found a way yet.

I found the scrollaablecontrol, but that does no leave me a static header and/or a footer etc.

So, I need a manual scrollbar - any ideas?

WBR
Sonnich
 
Joined
Dec 17, 2017
Messages
1
Reaction score
0
Hi,
System.Windows.Forms.ScrollableControl will be base class for Panels and ContainerControls. If UserControl has to be scroll complete an easy way will be to use a Panel as Container.
If Scrollbar has to be independ there can be used System.Windows.Forms.HScrollBar or VScrollBar.

regards, Hubert Hermanutz
 

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