|
-
Jan 31st, 2001, 11:43 PM
#1
Thread Starter
New Member
With the forms 2.0 scrollbar, has anyone noticed that if scrbar.LargeChange is set to a larger value than scrbar.Max, the thumb dissappears? Is this a bug, and if so does anyone know a fix or workaround?
Thanks,
fpitch
-
Feb 6th, 2001, 04:53 PM
#2
Lively Member
I am still very new at this, but why would you want to set the LargeChange to greater than the Max?
-
Feb 6th, 2001, 05:12 PM
#3
The reason why this happens is that the thumb adjusts to fit the scrollbar, and when you set the LargeChange to a value higher than the maximum, it will grow larger than the actual scrollbar, thus it seems to have (but not really have) disappeared.
-
Feb 7th, 2001, 02:50 PM
#4
Thread Starter
New Member
I was under the impression that the size of the thumb as a proportion of the space should be
scrbar.largechange / (scrbar.largechange + scrbar.max)
or approximately that anyway (that would make sense with how it looks in explorer) in which case I should be able to set largechange to a value greater than scrbar.max to indicate that I am viewing more of my window than there is offscreen. This works fine with the Forms 1 scrollbar. Why not Forms 2?
fp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|