Changing the format of a ComboBox item

前端 未结 5 1876
挽巷
挽巷 2021-01-02 04:33

Is it possible to format a ComboBox item in C#? For example, how would I make an item bold, change the color of its text, etc.?

5条回答
  •  失恋的感觉
    2021-01-02 05:28

    No, there's no built-in property to do it. You'll have to built your own control and override the rendering.

提交回复
热议问题