[Mono-bugs] [Bug 77166][Wis] New - ScrollableControl ignores DockPadding property

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 5 15:46:52 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 t7 at pobox.com.

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

--- shadow/77166	2006-01-05 15:46:52.000000000 -0500
+++ shadow/77166.tmp.26707	2006-01-05 15:46:52.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 77166
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: t7 at pobox.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ScrollableControl ignores DockPadding property
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+The classes deriving from ScrollableControl (e.g Panel) appear to ignore
+the DockPadding property.  It is a get property that returns a
+DockPaddingEdges subclass whos members All, Left, Right etc. can be assigned.
+
+Steps to reproduce the problem:
+1. Write simple app that uses, say, Panel and assignes
+panel.DockPadding.All = 100 and adds a docked child control
+2. 
+3. 
+
+Actual Results:
+No padding is applied
+
+Expected Results:
+Padding should be applied for layout as specified
+
+How often does this happen? 
+everytime
+
+Additional Information:


More information about the mono-bugs mailing list