Hello

I have a
public class ChartPanel : System.Windows.Forms.Panel
and add with
this.Controls.Add(...)
Objects (usercontrols) to it

How can I achieve that "ChartPanel" automatic resize, if objects are
not visible
any more (because of x,y).

ChartPanel is embedded in
ChartRow : System.Windows.Forms.UserControl



Best Regards,
Istvan

Re: Automatic Resize of Panel by Istvan

Istvan
Thu Sep 21 11:27:27 CDT 2006

ChartRow is in an UserControl with Autoscroll = true,

I only want that ChartPanel should resize automatically,