Browse by Tags
All Tags » Scroll (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;...
-
Page 1 of 1 (2 items)
|
|
|