SetupZoom(ContentZoomer.DefaultMinScale, ContentZoomer.DefaultMaxScale);
this.AddManipulator(new ContentDragger());
this.AddManipulator(new RectangleSelector());
some very simple setup codes for my graphview, the zooming and selecting is working fine, but I can’t drag my graphView (the background).
How could this be wrong? or maybe I misunderstood anthing?