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
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