UIKit0 / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
0 stars 1 forks source link

Not Scrolling the Full Length #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just trying it out
2. Any long or short document
3.

What is the expected output? What do you see instead?

The Shown area in the scroll is not working as intended,as the available height 
does not reach the end of the document. Instead it gets cut short way to early. 
however there is a little movement it is not scrolling the whole way. Note the 
Normal scroll bar still works okay. :D

What version of the product are you using? On what operating system?

Visual studio 2010 - Language = VB.net framework 3.5

Windows 7 Professional 32 bit

Please provide any additional information below.
I do have a few other add-ons to visual studio the ones that may cause an issue 
could be : SpellChecker or Indent Lines

Original issue reported on code.google.com by paullitt...@gmail.com on 15 Mar 2013 at 12:38

GoogleCodeExporter commented 9 years ago
This is the intended behaviour, stretching the scrollbar to the entire height 
would mean stretching the text view, not pretty. It's the same as for 
MetalScroll. 

You shouldn't see the regular scrollbar since I hide it. Another extension you 
have installed probably makes it visible again.

Original comment by freaksken on 10 May 2013 at 8:52