Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Canvas events MouseLeftbuttonDown in XamOrgchart
posted

The canvas of the xamOrgChart not issue MouseLeftbuttonDown or even MouseLeftbuttonDown,  I need to know how to accomplish this . 

 

 

Parents
No Data
Reply
  • 17605
    posted

    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>

     

Children