Hello everyone. I want to change the color of the group titles in my list but I couldn't succeed. Can you help me? The blue color is not visible in a dark list, so I want to change it. #include <GUIConstantsEx.au3> #include <GuiListView.au3> #include <WindowsConstants.au3> #include <WinAPI.au3> #include <SendMessage.au3> ; GUI oluştur Local $hGUI = GUICreate("ListView Grup Rengi Örneği", 400, 300) Local $idListView = GUICt