Hey, I've been searching for this since years. Does anyone know how is it possible to change the color of the DComboBox elements (which are DComboBoxItem) ?
I tried this, but it doesn't change anything at all :
[code]
local item = logsbox:AddItem("Some shit")
item:SetTextColor(Color(255, 0, 0))
[/code]
Thanks
Sorry, you need to Log In to post a reply to this thread.