wang1986one / metalscroll

Automatically exported from code.google.com/p/metalscroll
Apache License 2.0
0 stars 0 forks source link

Visual Studio 2010 beta 2 #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to support VS2010 b2?

Original issue reported on code.google.com by DennisFl...@gmail.com on 20 Nov 2009 at 10:39

GoogleCodeExporter commented 9 years ago
I think it would be hard to do that as they're changing the editor to WPF and 
the 
scrollbar would no longer be a Win32 scrollbar but a WPF ScrollViewer.

Also, I've read that there will be a RockScroll mode or possibly sample add-on 
so 
that would be a better starting point than adapting MetalScroll to VS2010 in my 
opinion.

John

Original comment by john.sch...@gmail.com on 20 Nov 2009 at 4:24

GoogleCodeExporter commented 9 years ago
Sorry, I've only just seen this issue (the "issues" tab was hidden, so I never 
checked).

As John said, VS2010 uses WPF, so its scrollbars don't have a HWND. A sizable 
chunk
of MetalScroll would have to be rewritten to make it work with that. I have no
interest in WPF and I find 2010 to be somewhere between useless and disgusting, 
so I
won't be the one doing the port. :)

Original comment by mihnea.balta@gmail.com on 4 Dec 2009 at 10:19