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=79718 --- shadow/79718 2006-11-03 13:21:23.000000000 -0500 +++ shadow/79718.tmp.16631 2006-11-03 18:24:38.000000000 -0500 @@ -145,6 +145,26 @@ trackbar from the form? ------- Additional Comments From [EMAIL PROTECTED] 2006-11-03 13:21 ------- Created an attachment (id=17989) Proposed patch + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-03 18:24 ------- +The label bug somehow managed to fix itself (all I did was removing +the unused form, but I haven't checked if it was still there before I +removed that form). + +The Tracker works OK if AutoResize is enabled, but if it's disabled +it's always like 20x20 (at least, too small), whatever you set width +and height to. + +Used initialization code in Visual Basic: + With TrackBar1 + .AutoSize = False + .Left = 0 + .Top = 0 + .Width = 50 + .Height = 100 + .Orientation = Orientation.Vertical + .Maximum = 100 + End With _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
