Browse by Tags
All Tags » DiagramSize (RSS)
-
Hi all, This is my first post, please be gentle I want to zoom+scroll to mouse pointer at the same time on a Diagram. The code I use: private void OrganigramControl_MouseWheel(object sender, MouseEventArgs e) { if (this.Zoom + (e.Delta / 10) > 0) { this.Zoom += (e.Delta / 10); this.AutoScroll = true;...
-
I have the above issue with a diagram, the DIagramSize is 3000;2000 The Model component is in a TabControl Page the AutoScroll is true on the Model, the Dock of the model is Fill. (I've copied the properties from the editor sample). When I lay out the diagram it is inside the Model, If then I Arrange...
Page 1 of 1 (2 items)
|
|
|