xsharp.eu • Improving UI. Any chance to change SLE,MLE,Combo and Listview selected color??
Page 1 of 1

Improving UI. Any chance to change SLE,MLE,Combo and Listview selected color??

Posted: Mon May 04, 2020 12:38 pm
by Stavros Spanos
Hi all!

Trying to improve our products UI, we try to change programatically the color of SLE Selection and Listview Selection (see attached image - it should be green and not default blue in this case). The same problem rises with Combobox selection color.

Unfortunately I haven't found a way to do it.

Any idea?

TIA

Stavros

Improving UI. Any chance to change SLE,MLE,Combo and Listview selected color??

Posted: Mon May 04, 2020 12:51 pm
by robert
Stavros,
These colors are controlled by the UI settings in Windows (theme settings etc).
I think they are stored in HKEY_CURRENT_USERControl PanelColors

If you don't want to change these colors then I think you would need to use owner drawn code.

Robert