How to use HTML in Listbox for desktop application

27 Views Asked by At

I want to use HTML in ListBox item, so I want to do that

 listBox1.Items.Add("It's <b> Bold</b> Text");

But It didn't succeeded.
Note: I am using C#.net of VS 2013
Please help

0

There are 0 best solutions below