Disabled ScrollableControl
.NET (Core and Framework)
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I'm currently working on a user control which can scroll its contents. For this I'm using a ScrollableControl. When disabling it the scrollbars don't appear disabled (although they cannot be modified). Does anyone know a way to make them look disabled?
-
Hi, I'm currently working on a user control which can scroll its contents. For this I'm using a ScrollableControl. When disabling it the scrollbars don't appear disabled (although they cannot be modified). Does anyone know a way to make them look disabled?
-
No. I know how the look (they get some sort of greyed out). But when I set the Enabled property of my control (which inherits from ScrollableControl) to false the scrollbars still appear enabled (although not reacting to clicks).