How to make TrackBar vertical?
-
The TrackBar doesn't have that option. You'd have to either find a control that does this for you, or make your own.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
The TrackBar doesn't have that option. You'd have to either find a control that does this for you, or make your own.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Dave Kreskowiak wrote:
The TrackBar doesn't have that option.
I just checked with .Net 2.0 and it does have the option to make a track bar horizontal or vertical. Just change the "Orientation" property from horizontal to Vertical. Phil
Whoops! I was looking at the .NET 1.1 version.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Whoops! I was looking at the .NET 1.1 version.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Yeah, thanks, but it didn't help. The orientation of arrow is to right, and I want to left.