dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #10467] Setting Dock property after adding Contr


From: Carl-Adam Brengesjo
Subject: [Pnet-developers] [bugs #10467] Setting Dock property after adding Control to Collection has not affect
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10467] Latest Modifications:

Changes by: 
                Carl-Adam Brengesjo <address@hidden>
'Date: 
                Sat 10/16/2004 at 11:39 (Europe/Stockholm)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed in CVS.






/**************************************************************************/
[bugs #10467] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10467>
Project: DotGNU Portable.NET
Submitted by: 0
On: Wed 09/22/2004 at 01:34

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


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.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 10/16/2004 at 11:39       By: Carl-Adam Brengesjo <ptah>
Fixed in CVS.












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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]