Ejemplo n.º 1
0
 public override void RemoveChild(Widget child)
 {
     base.RemoveChild(child);
     Layout.AdjustChildren();
     Scroll(0);
 }