|
Hi everybody,
I am quite nbew to the this lib, so my question might be kind of dump... sorry ;-)
In my application I'm displaying a simple graph (BidirectionalGraph). Whenever I replace the graph:
graph = new Graph()
graph.Addvertex(...) //in a loop
the display flickers (= showing the new and the old graph for a while until the the new graph is finally displayed)
I guess that I am not using the lib in the right fashion. Can anybody give me a glue what I am doing wrong. Is there any documentation how to do such a thing.
Thank you very much!
Thomas
|