From 6032a9f03ce2d14a70ebcf6abec8b324be25eb7b Mon Sep 17 00:00:00 2001 From: CreepyCrafter24 <33260128+CreepyCrafter24@users.noreply.github.com> Date: Mon, 9 Sep 2019 18:07:30 +0200 Subject: [PATCH] Scrollbars --- UpTool2/MainForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UpTool2/MainForm.Designer.cs b/UpTool2/MainForm.Designer.cs index bc9c76a..4975772 100644 --- a/UpTool2/MainForm.Designer.cs +++ b/UpTool2/MainForm.Designer.cs @@ -50,6 +50,7 @@ // // sidebarPanel // + this.sidebarPanel.AutoScroll = true; this.sidebarPanel.BackColor = System.Drawing.SystemColors.ControlLight; this.sidebarPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.sidebarPanel.Location = new System.Drawing.Point(0, 34);