This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Tested with nightly build from 12/3/2015. I have something like:
UserControl2 has
As soon as I drag the GridSplitter to where the charts will be >175 pixels, the ui hangs in a layout loop with the charts resizing themselves and the scrollbar appearing and disappearing. Is there a way to manage the behavior of the charts so I can have dynamic sizing? |
|
|
Hi Matelich, Thanks for the code snippets, but I have not been able to reproduce this problem. The problem should be related to the values on the axes, so could you please send a table of X,Y data values for each chart that will cause the issue. Or if you have time, a simple repro project would be even more helpful. -Jason Fauchelle |
|
|
Thanks for looking into it, Jason. Naturally, I can't make it happen now that I'm trying to store datasets off. It was tied to the scrollbar auto hiding at the same time they were being resized. The scrollbar would disappear, then one grid would adjust itself, then the other, then the scrollbar would reappear, then they'd resize again. The loop completely locked the ui. I can't risk that so I'll have to drop the * sizing. If I decide to bring back dynamic widths, I'll be sure to turn on the data capture stuff. |
|