Scrollbar on Windows Forms screen

0

Is it possible to put scrollbar in winforms to increase the amount of window content? Not only in a datagrid , but on the whole screen to include anything like more buttons, text fields ...

The goal is to unify three tabs in a single view and go down one scrollbar .

    
asked by anonymous 16.05.2016 / 22:04

1 answer

3

So I understand you want to create a scroll bar .

You can do this by using the AutoScroll property.

Just access the properties of the form and change the property value to True .

Example :

    
16.05.2016 / 22:40