Hi,
For most applications I use, the vertical scrollbar slider is usually dynamically sized to reflect the ratio of visible buffer to the total length of the buffer. For example, if you can page down three times to get from the beginning of the buffer to the end of the buffer then the vertical scrollbar slider would be approximately 1/3 the height of the editor window. It is only when the buffer contained in the editor window grows extremely large in relation to the height of the window that the slider is capped at the smallest convenient size that is still practical to use.
I personally find this convention very useful.
I have noticed that with the Slickedit editor windows, this convention is not followed and the slider is always very tiny. In addition, the slider does not seem to always be positioned accurately to reflect your current position in the buffer when you are near the buttom of the buffer. For example, if you page all the way to the end of a buffer, the slider is not pegged against the buttom. This can give the impression there may still be code underneath your current position and the only way to find out is to try and scroll down further.
Is there an option or slick c change that would enable this feature or would it be possible to consider this for an upcoming release?
Thanks.