The canvas of the xamOrgChart not issue MouseLeftbuttonDown or even MouseLeftbuttonDown, I need to know how to accomplish this .
Hi,
These events are handled by OrgChart Pan/Zoom functionality. If you disable them the events will fire. Try using this code:
<ig:XamOrgChart x:Name="OrgChart" >
<ig:XamOrgChart.NavigationSettings>
<ig:NavigationSettings AllowPan="False" AllowZoom="False" />
</ig:XamOrgChart.NavigationSettings>
Thanks
Its working and the events is fired but I lost the feature of Zoom and Move chart ......
Is there any solution without loosing these features .......... ?
I’ve been thinking how this can be done, but unfortunately with the current xamOrgChart API this is not possible.
You can submit a feature request about this here:
http://devcenter.infragistics.com/protected/requestfeature.aspx