Is it possible to add a WPF Transparent Scrollbars to datagridview?
Asked
Active
Viewed 210 times
0

Visual Vincent
- 18,045
- 5
- 28
- 75

Andrew Argumedo
- 11
- 1
-
This is not possible. You'd have to migrate the whole app to WPF or host a WPF-based DataGridView control. See: https://msdn.microsoft.com/en-us/library/aa970688.aspx – Visual Vincent Nov 24 '16 at 19:57
-
3Possible duplicate of [c# WPF transparency over Winform controls](http://stackoverflow.com/questions/936708/c-sharp-wpf-transparency-over-winform-controls) – Visual Vincent Nov 24 '16 at 19:57