I am working on a winforms project using c#.
In panel1 I added this code - guna2VScrollBar1.BindingContainer = panel1;
And a scrollbar appeared from below that moves to the left and right, but I don't need it. How to remove it?
Screenshots below
I tried to change the properties of the main scrollbar, but the bottom scrollbar doesn't get removed.