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

  • Thread starter Thread starter Nicky Smith
  • Start date Start date
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.
 
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.
 
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.
 
Back
Top