Vertical Scrollbar color does not change
问题 I am a newbie in C sharp. I created a vertical scrollbar (VScrollBar). I wanted to change the color of the scrollbar's Backcolor. As it is inherited from Control, when i changed the color it does not take any effect. In the InitializeComponents()-> this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); this.vScrollBar1.Location = new System.Drawing.Point(472, -41); this.vScrollBar1.Name = "vScrollBar1"; this.vScrollBar1.Size = new System.Drawing.Size(17, 80); this.vScrollBar1.TabIndex = 15