Multiple colors in a C# .NET label

后端 未结 11 1705
無奈伤痛
無奈伤痛 2020-11-27 03:54

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

11条回答
  •  庸人自扰
    2020-11-27 04:01

    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.

提交回复
热议问题