AutoScroll
Enables scrollbars on a container when the content overflows.
ScrollBars
Scroll Position
// Scroll the content up to 50 pixels.
// The final scroll amount is limited by the size of the view port (scroll area)
private void button1_Click(object sender, EventArgs e)
{
this.VerticalScroll.Value = 50;
}' Scroll the content up to 50 pixels.
' The final scroll amount is limited by the size of the view port (scroll area)
Private Sub Button1_Click(sender As Object, e As EventArgs)
Me.VerticalScroll.Value = 50
End SubScroll Area & Margins



Scroll Event
Touch Scrolling
Right to Left Support

Last updated
Was this helpful?

