https://bugzilla.novell.com/show_bug.cgi?id=358237
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=358237#c1 --- Comment #1 from Luke Page <[EMAIL PROTECTED]> 2008-02-03 05:43:36 MST --- 1) SetBoundsCore/FixupHeight both have if !multiline, so this only effects non multi-line RichTextBox (by default, a RichTextBox is multi-line). Currently a mono single line RTB is height limited, where as a Microsoft single line RTB does not have a fixed height. There is a related issue where by AutoSize defaults to true for RTB when it should default to False, which I'll raise seperately. 2) Setting the Font property of a RichTextBox does set the whole document font, so FontOrColorChanged shouldn't have that if. 3) PageUp and PageDn have the right idea, but yes, they'll never work correctly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
