The scroll box of an independent scrollbar is affected by the difference
between Maximum and Minimum like so (approximately):
percentage of scrollbar occupied by scrollbox = 1000 / (Maximum - Minimum).
Does anyone have the exact rules that apply here, i.e. how is the width of
the scrollbox exactly determined?
T.I.A.
P.S. Visual C# 2005 Express Edition Beta
Joep - 29 Dec 2004 09:08 GMT
Thanks Marc!
http://www.codeproject.com/useritems/understandingScrollbars.asp
> The scroll box of an independent scrollbar is affected by the difference
> between Maximum and Minimum like so (approximately):
[quoted text clipped - 8 lines]
>
> P.S. Visual C# 2005 Express Edition Beta