Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Do My WinForms Controls Look Flat?

enter image description here

I'm using Visual Studio 2013/2015 and my operating system is Windows 10. I would like to know why my WinForms controls look so flat. I have both enabled and disabled EnableVisualStyles. Perhaps this is a Windows 10 issue? Why would these controls be lacking a 3D look and feel?

Thanks much,

like image 583
Lenny Sockman Avatar asked Sep 02 '25 14:09

Lenny Sockman


1 Answers

The windows 10 theme itself is very flat, and winforms adopts the visual style of whatever version of windows you are running.

So you aren't doing anything wrong, that is just how windows 10 UI elements look.

If you were to run your application on windows 7, it would look more 3D.

like image 64
K_Finlay Avatar answered Sep 05 '25 15:09

K_Finlay