Scrollbars

This commit is contained in:
CreepyCrafter24 2019-09-09 18:07:30 +02:00
parent 2d6135443f
commit 6032a9f03c

View File

@ -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);