[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #10467] Setting Dock property after adding Contr
From: |
anonymous |
Subject: |
[Pnet-developers] [bugs #10467] Setting Dock property after adding Control to Collection has not affect |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #10467] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10467>
Project: DotGNU Portable.NET
Submitted by: 0
On: Die 21.09.2004 at 21:34
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: Setting Dock property after adding Control to Collection has not
affect
Original Submission: simple code to reconstruct:
You got a TabPage named page and do the following:
ListBox box = new ListBox();
page.Controls.Add(box);
box.Dock = DockStyle.Fill;
On MS .NET this works fine, but with dotgnu, setting Dock has no affect.
Switching Row 2 and 3 solves the problem, so an update of some kind is missing
when Dock is set, i guess.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10467>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #10467] Setting Dock property after adding Control to Collection has not affect,
anonymous <=