Avoid scrolling in ForceDirectedLayout

Hi,

We are evaluating GoXam for Silverlight. I am playing around with the IncrementalTree example. When there are too many nodes in the diagram, instead of showing the scroll bars, can Goxam adjust the scale so that all the nodes will fit on the screen? Is there an easy way to accomplish this? Or what would be the recommended way to customize?

Thanks.

Kai

Set Stretch=“Uniform” on your Diagram.

Or set Diagram.InitialStretch, if you just want it to rescale once, initially.

Thanks a lot!