vote up 1 vote down star

I'm trying to make an autoscroll enabled panel that will scroll if the mouseposition.x > panel.location.y However, I cannot seem to find a panel.scroll() function. Is there a way to programable make the control scroll? Thanks

flag

43% accept rate

1 Answer

vote up 1 vote down
panel.VerticalScroll.Value = 50

and

panel.HorizontalScroll.Value = 50

you can use

panel.VerticalScroll.Minimum, panel.VerticalScroll.Maximum, 
panel.HorizontalScroll.Minimum, panel.HorizontalScroll.Maximum

to check max and min values

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.