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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79815 --- shadow/79815 2006-11-03 05:55:30.000000000 -0500 +++ shadow/79815.tmp.2935 2006-11-03 05:55:30.000000000 -0500 @@ -0,0 +1,34 @@ +Bug#: 79815 +Product: Mono: Class Libraries +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Trackbar.Width should be ignored until handle is created + +When TrackBar.Orientation is set to Vertical, then until the handle of +the TrackBar is created any changes to TrackBar.Width should be ignored +and both the height and the width of the TrackBar should be assigned the +value of the Height property. + +This appears to be the MS behavior. + +To reproduce, compile and run the attached code snippet. + +Expected result: + +On start-up, both the height and width of the trackbar are 50. + +Actual result: + +The height of the trackbar is 80 and the width is 100. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
