How do I make a winforms progress bar move vertically in C#?

前端 未结 2 1858
长发绾君心
长发绾君心 2021-02-06 09:02

I\'m working on a WinForms Jukebox.
I\'d like to have a vertical ProgressBar for the volume control.

Does anyone know how to do that?

2条回答
  •  自闭症患者
    2021-02-06 09:41

    You have to use the ProgressBarRenderer for that. It's documented in MSDN

    The documentation actually shows implementation of a vertical ProgressBar, so it should make it easy for you. :-)

提交回复
热议问题