Notifications
Clear all

[Closed] listbox color text

Anyone know how to change the color of the text of the items in a listbox?

1 Reply
1 Reply
(@denist)
Joined: 1 year ago

Posts: 0

for mxs listbox control you can’t change text color. for .net listbox use ForeColor property.
if you want to control text color for every item use DrawMode.OwnerDrawFixed or DrawMode.OwnerDrawVariable and the DrawItem event.