[Mono-bugs] [Bug 80099][Nor] New - TableLayoutPanel missing methods cf .NET2
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Nov 30 09:09:48 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 peter at drealm.org.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=80099
--- shadow/80099 2006-11-30 09:09:48.000000000 -0500
+++ shadow/80099.tmp.30441 2006-11-30 09:09:48.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 80099
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: WinXPSP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: peter at drealm.org.uk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TableLayoutPanel missing methods cf .NET2
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Compile a C# program using TableLayoutPanel.SetColumnSpan()
+
+Actual Results:
+error CS0117: `System.Windows.Forms.TableLayoutPanel' does not contain a
+definition for `SetColumnSpan'
+
+Expected Results:
+Clean compile.
+
+How often does this happen?
+100% of the time.
+
+Additional Information:
+Under VC#EE8/.NET2, the methods are available.
+Also affects:
+ColumnStyles()
+... (others methods tbc)
More information about the mono-bugs
mailing list