Example #1
0
 protected override void OnLoad(EventArgs e)
 {
     using (new AutoGrow(this, AnchorStyles.Bottom, false))
     {
         base.OnLoad(e);
         imageSizeControl1.Height = imageSizeControl1.GetPreferredSize(new Size(imageSizeControl1.Width, Int32.MaxValue)).Height;
         linkOptionsControl1.Top  = imageSizeControl1.Bottom;
     }
 }