bugDotGNU Portable.NET - Bugs: bug #14370, PerformLayout is not called when...

 
 

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

bug #14370: PerformLayout is not called when UserControl becomes visible

Submitter:  Peter Flaig <fliege>
Submitted:  Fri 02 Sep 2005 12:34:10 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Fri 02 Sep 2005 01:37:49 PM UTC, comment #1: 

fixed in cvs

Deryk Robosson <drobosson>
Group Member
Fri 02 Sep 2005 12:34:10 PM UTC, original submission:  

In MS.NET this is done in ScrollableControl.cs

protected override void OnVisibleChanged(EventArgs e)
{
      if (base.Visible)
      {
            base.PerformLayout();
      }
      base.OnVisibleChanged(e);
}

Peter Flaig <fliege>

 

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

Attached Files
file #3432:  PerformLayout.zip added by fliege (5KiB - application/x-zip-compressed)

 

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 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-02 drobosson StatusNone Fixed
    Open/ClosedOpen Closed
2005-09-02 fliege Attached File- Added PerformLayout.zip, #2899

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code