Is it possible to Scroll a panel with AutoScroll = False?

N

Nicky Smith

Hello,

I'm making a kind of toolbar with a non-standard back color and a
transparency effect. It looks kind of cool, but not with the ugly grey
scrollbar appearing on the panel.

I'd like to still be able to scroll (perhaps with 2 directional
buttons - scroll left, scroll right), but avoid displaying the scroll
bar.

Is it possible to scroll a panel in code? Any hints or tips would be
greatly appreciated.

Thanks,
S.
 
H

Herfried K. Wagner [MVP]

Nicky,

Nicky Smith said:
Is it possible to scroll a panel in code? Any hints or tips would be
greatly appreciated.

Add a 2nd panel to the panel and place all the controls in the 2nd panel.
Then move the "inner" panel that holds all the controls according to the
"scroll" position.
 
N

n. Smith

Nicky,



Add a 2nd panel to the panel and place all the controls in the 2nd panel.
Then move the "inner" panel that holds all the controls according to the
"scroll" position.
 

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