dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #14370] PerformLayout is not called when UserCont


From: Peter Flaig
Subject: [Pnet-developers] [bug #14370] PerformLayout is not called when UserControl becomes visible
Date: Fri, 2 Sep 2005 12:34:11 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14370>

                 Summary: PerformLayout is not called when UserControl
becomes visible
                 Project: DotGNU Portable.NET
            Submitted by: fliege
            Submitted on: Fr 02.09.2005 um 12:34
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

In MS.NET this is done in ScrollableControl.cs

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





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fr 02.09.2005 um 12:34  Name: PerformLayout.zip  Size: 5,47KB   By:
fliege

<http://savannah.gnu.org/bugs/download.php?item_id=14370&item_file_id=2899>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14370>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/



reply via email to

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