Disable auto arrange

Hi,

Am new to the GoXAM controls and have problem trying to figure out how to disable the auto arrange of the groups when a link is deleted or any change on the diagram.

I tried to set the ‘Conditions’ property on the Layout to false but no luck with that.

Any help would be greatly appreciated.

Thanks

That is the right idea. Set Conditions=“None”. Then you can call InvalidateLayout() when you do want it to perform a layout.

Hi Walter,

Sorry for the late reply. That worked, my bad. I forgot to mark the same in the group layout. :) Thanks a ton.