Rotating a control ?

  • Thread starter Thread starter Zoury
  • Start date Start date
Z

Zoury

Hi Folks! :O)

I would need to rotate a control 180 degrees (and still be able to use it).
Does any one knows how to make this happens ?

I have a TrackBar control on a form with its TickStyle set to None and its
Orientation set to Vertical. For now the cursor (on the trackbar) is
pointing right and is set at the bottom of the control when its value is 0.
I'd like to have the little cursor to point left instead of right and have
it at top of control when Value worth 0.

Thanks!
 
I do not believe this is possible. You would have to write a custom trackbar
style control.

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
BobPowell.com used to be mine but due to other interests at the time I let
it lapse and that chap picked it up. I have it on back-order so if he ever
forgets to renew..... ;-)

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top