Scroll Bars

  • Thread starter Thread starter WStoreyII
  • Start date Start date
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
 
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?
 
* "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.
 
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
 
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
 
I Tried that but it only gives me the horizontal scroll it would not scroll
vertically.

WStoreyII
 
Back
Top