How to i add scroll bars to a bitmap image

  • Thread starter Thread starter makdtripper
  • Start date Start date
M

makdtripper

I create a bitmap image. I can draw and save it successfulyl...i need
to know how to resize the bitmap when i add more and more drawings...or
how to add scroll bars to a large created bitmap.
My basic problem is to add scroll bars to a bitmap.
 
Hi,

I create a bitmap image. I can draw and save it successfulyl...i need
to know how to resize the bitmap when i add more and more drawings...or
how to add scroll bars to a large created bitmap.
My basic problem is to add scroll bars to a bitmap.

You do not add scroll to a bitmap per se, you add the scrollbars and you
have to control its behavior , see the example of Scrollbar class
description.
 
Back
Top