Is there any way to make a part of a label.text to be bold?
label.text
label.text = \"asd\" + string;
Would like the string
string
Use Infragistics' UltraLabel control - it supports html formatting. There are probably other third party solutions too.