Image scroll bar

  • Thread starter Thread starter ali poursadri
  • Start date Start date
A

ali poursadri

Hi,

I want to use a scrollbar that can receives Images( bitmap or ... ).

Can I use standard scroll bar or should use another?

thank.

ali
 
Ali,

What do you mean it can receive images? Do you want to custom paint a
scrollbar? If this is the case, then you can override the OnPaint method of
the scrollbar and paint it yourself, but this might require some effort on
your part (you have to know the position, etc, etc).

Hope this helps.
 
Back
Top