开发者

How to align/ orient a progress bar to be vertical in a tool strip?

开发者 https://www.devze.com 2023-01-11 00:35 出处:网络
When i add a progress bar to tool strip, it is 开发者_开发问答horizontal. How to align/ orient a progress bar to be vertical in a tool strip which is inside a tool strip container?The WinForms Progres

When i add a progress bar to tool strip, it is 开发者_开发问答horizontal. How to align/ orient a progress bar to be vertical in a tool strip which is inside a tool strip container?


The WinForms ProgressBar does not draw in a vertical orientation. As the ToolStrip progress bar is internally using the standard ProgressBar this is why there is no property/method for changing its orientation.

0

精彩评论

暂无评论...
验证码 换一张
取 消