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=79469 --- shadow/79469 2006-09-22 02:28:37.000000000 -0400 +++ shadow/79469.tmp.16321 2006-09-22 02:28:37.000000000 -0400 @@ -0,0 +1,33 @@ +Bug#: 79469 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: Windows XP Professional +Status: NEW +Resolution: +Severity: +Priority: Cosmetic +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: "Continuous" ProgressBarStyle renders as "Blocks" + +Description of Problem: +Specifying ProgressBarStyle.Continuous for the ProgressBar.Style property +still results in a progress bar which is rendered as discrete blocks. + + +Steps to reproduce the problem: +1. Create a Windows.Forms.ProgressBar. +2. Assign ProgressBarStyle.Continuous to the Style property. +3. Set the progress bar's value to something reasonable. + +Actual Results: +Progress bar is represented using a series of blocks. + +Expected Results: +Progress bar should be represented using a continuous bar. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
