I\'m looking for a way to display multiple colors in a single C#/.NET label. E.g the label is displaying a series of csv separated values that each take on a color dependin
There is no native support for this; you will either have to use multiple labels or find a 3rd-party control that will provide this functionality.