[Mono-bugs] [Bug 79718][Nor] Changed - [PATCH] TrackBar does not behave as expected (it just jumps around)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 3 18:24:38 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 ivo at ufo-net.nl.

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 rolfkvinge at ya.com  2006-11-03 13:21 -------
 Created an attachment (id=17989)
 Proposed patch
 
+
+------- Additional Comments From Ivo at UFO-Net.nl  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


More information about the mono-bugs mailing list