/[dotgnu-pnet]/pnetlib/System.Windows.Forms/ScrollableControl.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/ScrollableControl.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by drobosson, Sun Aug 7 10:45:46 2005 UTC revision 1.9 by drobosson, Fri Sep 2 13:37:20 2005 UTC
# Line 331  public class ScrollableControl : Control Line 331  public class ScrollableControl : Control
331                                  base.ScaleCore(dx, dy);                                  base.ScaleCore(dx, dy);
332                          }                          }
333    
334            protected override void OnVisibleChanged(EventArgs e)
335            {
336                    if(base.Visible)
337                    {
338                            base.PerformLayout();
339                    }
340                    base.OnVisibleChanged(e);
341            }
342    
343          private void ScrollByOffset(Size offset)          private void ScrollByOffset(Size offset)
344                          {                          {
345                                  //Console.WriteLine("Scroll by " + offset);                                  //Console.WriteLine("Scroll by " + offset);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26