I am looking for a solution to add an Item in a ListBoxControl with different colors in the same Row
ex: ‘imported company [ XCompany ]’ – i need ‘imported company’ with a gray color and the rest with black
also i need in case I have errors (Red)
I can’t find (if exists) the method to add an Html text
Thanks
You can activate the HTML Text Formatting feature within the ListBoxControl via the ListBoxControl.AllowHtmlDraw property: