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 .......... ?