views:

207

answers:

2

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
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
+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