Reasons for why a WinForms label does not want to be transparent?

后端 未结 11 1779
抹茶落季
抹茶落季 2020-11-28 10:42

Why can\'t I set the BackColor of a Label to Transparent? I have done it before, but now it just don\'t want to...

I created a new UserControl, added a progressbar a

11条回答
  •  时光取名叫无心
    2020-11-28 10:57

    It is possible to do exactly what you want to achieve. It just takes a little time to play with controls. It is possible to create a Label control with transparent background, and place it on top of Progressbar control.

    Check my answer to another SO question.

提交回复
热议问题