[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #5583] TextBox will not create specified height w
From: |
nobody |
Subject: |
[Pnet-developers] [bug #5583] TextBox will not create specified height when Multiline declared true afterwards |
Date: |
Fri, 26 Sep 2003 12:53:49 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030904 Mozilla Firebird/0.6.1 |
=================== BUG #5583: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5583&group_id=353
Submitted by: minddog Project: DotGNU Portable.NET
Submitted on: Fri 09/26/2003 at 16:53
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: TextBox will not create specified height when Multiline declared true
afterwards
Original Submission: This will create a multiline textbox , works on .net
txtBox.Text = "test";
txtBox.Multiline = true;
txtBox.Width = 300;
txtBox.Height = 400;
This won't create a multiline textbox , works on .net as well
txtBox.Text = "test";
txtBox.Width = 300;
txtBox.Height = 400;
txtBox.Multiline = true;
This is high priority for demo, and I don't know neil's code very well, neil
can you fix this asap?
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5583&group_id=353
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Pnet-developers] [bug #5583] TextBox will not create specified height when Multiline declared true afterwards,
nobody <=