bugDotGNU Portable.NET - Bugs: bug #10467, Setting Dock property after adding...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10467: Setting Dock property after adding Control to Collection has not affect

Submitter:  None
Submitted:  Wed 22 Sep 2004 01:34:27 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sat 16 Oct 2004 11:39:02 AM UTC, comment #1: 

Fixed in CVS.

Carl-Adam Brengesjo <ptah>
Group Member
Wed 22 Sep 2004 01:34:27 AM UTC, 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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-10-16 ptah StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code