Is there a plugin to VS.NET 2010 that implements kinetic scrolling like on the iPhone? Basically, I want the text editor in VS.NET to do kinetic/smooth scrolling.
+1
A:
You can implement it in .NET with the demo linked on this MSDN post.
Andrew Lewis
2010-04-19 20:05:47
Thanks, but I want the text editor inside of VS.NET to have kinetic scrolling, not a WPF control that does kinetic scrolling.
Jake Pearson
2010-04-30 20:15:03
+2
A:
Maybe this adding could be interesting for you:
http://visualstudiogallery.msdn.microsoft.com/en-us/7860a6a7-d50c-488c-8bb5-e99d8ed057d2?SRC=Home
fra
2010-08-06 09:05:23