Is it possible to use a progress bar with an mxIGraphLayout
? I have a graph that takes a non-trivial time to layout, and I would like the user to be able to see that, yes, something is happening.
Ideally, I would like something that I can interpret (even roughly) as a percent done, but there does not even seem to be a way to add any listeners that are called during the layout.
If it matters, I am using mxOrganicLayout
but I might change in the future.