Automatic Resize of Panel

  • Thread starter Thread starter Istvan Loerincz
  • Start date Start date
I

Istvan Loerincz

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
 
ChartRow is in an UserControl with Autoscroll = true,

I only want that ChartPanel should resize automatically,
 
Back
Top