Vertical Progress bar

davelew1s

Active Member
Licensed User
Longtime User
Hi!
Is it possible to have a progressbar vertical, I've searched the forum and checked help but there's no mention of vert or horz.
Thanks Dave.
 

agraham

Expert
Licensed User
Longtime User
Unfortunately the .NET Framework currently only supports a horizontal Progress Bar. You could sort of synthesize a vertical one with a Track Bar or Scroll Bar using theValueChanged event to reset the Bar to the value you want if the user tries to change it.
 
Top