private void bunifuVScrollBar1_Scroll_1(object sender, BunifuVScrollBar.ScrollEventArgs e) { // This automatically scrolls the flow-layout position based on the scroll value. tableLayoutPanel1.AutoScrollPosition = new Point(tableLayoutPanel1.AutoScrollPosition.X, e.Value); }
private void Vscrollbar1_Scroll(object sender, BunifuVScrollBar.ScrollEventArgs e) => Refresh();