Scroll Bars

W

WStoreyII

I cant figure out how to use the scroll bars does any one have any
suggestions or know of a good tutorial

WStoreyII
 
P

Pete

WStoreyII said:
I cant figure out how to use the scroll bars does any one have any
suggestions or know of a good tutorial

WStoreyII

What about scroll bars are you having trouble with?
 
H

Herfried K. Wagner [MVP]

* "WStoreyII said:
I cant figure out how to use the scroll bars does any one have any
suggestions or know of a good tutorial

I don't have a tutorial, but if you are more specific with your
question, it's easier to help.
 
W

WStoreyII

I have a panel object with info on it sorta like a database i need to be
able to scroll this vertically and horizontlly and i cant figure out from
the msdn how to code this event. I have the two scroll bars i just dont
know how to use them

WstoreyII
 
J

Jeremy Todd

WStoreyII said:
I have a panel object with info on it sorta like a database
i need to be able to scroll this vertically and horizontlly
and i cant figure out from the msdn how to code this event.
I have the two scroll bars i just dont know how to use them

Panel derives from ScrollableControl, so you can use the
AutoScrollPosition property to set the scrollbar positions. The
AutoScrollMargin property will let you know the overall size of the
scrollable area.

Jeremy
 
W

WStoreyII

I Tried that but it only gives me the horizontal scroll it would not scroll
vertically.

WStoreyII
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top