Nevron Forum

How to add NpanTool in Ndrawingview Control

https://www.nevron.com/Forum/Topic8591.aspx

By Jaideep Tandon - Wednesday, May 7, 2014

Hello Everyone,

I am using NDrawingview Control using following code

AjaxEnabled="True" AsyncCallbackTimeout="1000" OnAsyncClick="NDrawingView1_AsyncClick"
OnQueryAjaxTools="NDrawingView1_QueryAjaxTools">


I just want to know how should i used NpanTool in this
because i see the demo code of NpanTool but there they used NthinDiagramControl.

Can any one provide sample or example how i used NpanTool in NDrawingview.

Thanks
By Nevron Support - Wednesday, July 9, 2014

Hi Jaideep,

You need to use the ThinDiagram control for this purpose. Check out the following examples:

ThinWeb\Pan Tool
ThinWeb\Auto Update

There is no pan tool in the legacy web control, which you're using. Let us know if have any questions.