How to i add scroll bars to a bitmap image

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.
 
I

Ignacio Machin \( .NET/ C# MVP \)

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.
 

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