[Mono-bugs] [Bug 77281][Min] New - Vertical Track Bars are upside down

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 16 19:48:35 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by don at edvalson.net.

http://bugzilla.ximian.com/show_bug.cgi?id=77281

--- shadow/77281	2006-01-16 19:48:35.000000000 -0500
+++ shadow/77281.tmp.15941	2006-01-16 19:48:35.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 77281
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Tested on Win32 and OSX-X11
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: don at edvalson.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Vertical Track Bars are upside down
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+Create a form with Vertical TrackBar in it with code like this:
+
+this.Slider1.Orientation = System.Windows.Forms.Orientation.Vertical;
+this.Slider1.Maximum = 8;
+this.Slider1.Value = 0;
+
+Actual Results:
+Slider is at the top of the bar.
+
+Expected Results:
+Slider is at the bottom of the bar.
+
+How often does this happen? 
+always
+
+Additional Information:
+Upside down from Microsoft .NET


More information about the mono-bugs mailing list