Assume i have a chart (a type of control)...
at run time, how could i add more charts and close the charts on a form by end user?
e.g.
---------------------
chart1
chart2
---------------------
as i add a new chart it become as below...
---------------------
chart1
chart2
chart3
---------------------
when i close chart2, chart3 could move up immediately
--------------------
chart1
chart3
--------------------
Could anyone tell me how to do that? please.
at run time, how could i add more charts and close the charts on a form by end user?
e.g.
---------------------
chart1
chart2
---------------------
as i add a new chart it become as below...
---------------------
chart1
chart2
chart3
---------------------
when i close chart2, chart3 could move up immediately
--------------------
chart1
chart3
--------------------
Could anyone tell me how to do that? please.
Comment