[Mono-bugs] [Bug 415780] New: DataGridView AutoSizeRowsMode does not behave as in . Net Framework
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 8 11:23:38 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=415780
Summary: DataGridView AutoSizeRowsMode does not behave as in .Net
Framework
Product: Mono: Class Libraries
Version: 2.0
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: easy2remember at gmx.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
The behavior of AutoSizeRowsMode is not the same as in .Net Framework. If it is
set to None then the application crashes with the following error 'Parameter
AutoSieRowsMode cant be None.'
The value 'None' should be accpeted and be treated teh same as the default
value. That is the behavior of .Net Framework
Stack Trace:
Parameter AutoSieRowsMode cant be None.
at System.Windows.Forms.DataGridView.AutoResizeRows
(DataGridViewAutoSizeRowsMode autoSizeRowsMode) [0x00000]
at System.Windows.Forms.DataGridView.set_AutoSizeRowsMode
(DataGridViewAutoSizeRowsMode value) [0x00000]
(Btw: There are spelling mistakes in the error message.)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list