Hi,
I am using the UltraWinChart controls on my small panel (center positioned), which is part of the main form.
Now, what i require is something like this :
Chart has an in-built enlarge button but that enlarges to the size of the panel and not outside it.
I want the chart to expand it to cover the whole form and there should be a mechanism to restore the enlarged chart size to original size.
Thus, Chart should have expand view action enabling the view to take over all the view. For this a double click and/or an expand button is necessary (and of
course the reverse as well).
Another approach would be to use expanders instead of ultratiles, collapsing one makes more room vertically for the other ones in the same column.
Also closing one would achieve the same effect (then some toolbar buttons to bring them back are needed).
Can you give some details for either of the approach ?
An exmaple would be gr8.
Regards,
Sumz
Hi Sumz,
I'm a bit confused. Your question seems to be about resizing controls on a form and the particular control doesn't really seem to matter all that much - this doesn't seem to be specific to the chart, and I'm a little confused about what it has to do with the WinGrid.
Am I misunderstanding your question? Or did you mean to post this in the Chart forum?
Hi Mark,
Thanks for reply.
I have a win grid in a small panel and I am showing few charts in it.
I want to implement something like when a user click the chart it should expand for whole screen.
(The screen has around 9 such small panels.)
Thanks,