L
Larry Serflaten
I'm using VS 2003 on W2K SP4
When I set a VScrollBar maximum value to 51, and the LargeChange
value to 13, the scroll bar only goes up to 39.
To get to 51 I have to set the Maximum value to 63.
Is that what everybody gets, and why?
With a VScrollBar on a new form and the Maximum and LargeChange
properties set as above, this is the only code I added:
Private Sub VScrollBar1_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles VScrollBar1.ValueChanged
Debug.WriteLine(VScrollBar1.Value)
End Sub
Is that a known bug?
LFS
When I set a VScrollBar maximum value to 51, and the LargeChange
value to 13, the scroll bar only goes up to 39.
To get to 51 I have to set the Maximum value to 63.
Is that what everybody gets, and why?
With a VScrollBar on a new form and the Maximum and LargeChange
properties set as above, this is the only code I added:
Private Sub VScrollBar1_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles VScrollBar1.ValueChanged
Debug.WriteLine(VScrollBar1.Value)
End Sub
Is that a known bug?
LFS