Hi all,
I found from Nuget DarkUI package where there are several controls like DarkScrollBar.
So I decided to use use this control and to bind my DataGridView with this new DarkScrollBar control.
First step.
I added DataGridView1 inside a Panel panel1.
Second step.
I disabled DataGridView ScrollBar control
DataGridView1.ScrollBars=ScrollBars.None;
Now I don't know how to proceed in order to bind DataGridView1 with DarkScrollBar DarkScrollBar1.
How can I do this?
Thank in advanced
gio
I found from Nuget DarkUI package where there are several controls like DarkScrollBar.
So I decided to use use this control and to bind my DataGridView with this new DarkScrollBar control.
First step.
I added DataGridView1 inside a Panel panel1.
Second step.
I disabled DataGridView ScrollBar control
DataGridView1.ScrollBars=ScrollBars.None;
Now I don't know how to proceed in order to bind DataGridView1 with DarkScrollBar DarkScrollBar1.
How can I do this?
Thank in advanced
gio