Re: Scrollable PictureBox
From: Ken Varn (nospam)
Date: 03/24/04
- Next message: Steve McLellan: "Re: Scrollable PictureBox"
- Previous message: Paul A. Deibel: "RE: Regular Expression Validation Question"
- In reply to: Steve McLellan: "Scrollable PictureBox"
- Next in thread: Steve McLellan: "Re: Scrollable PictureBox"
- Reply: Steve McLellan: "Re: Scrollable PictureBox"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 12:13:02 -0500
I have done this by placing the PictureBox into a Panel. Set the Panel
width and height to your desired fixed dimensions. Then, resize the
PictureBox control to be larger than the Panel Width and Height. The Panel
will display scrollbars to allow you to scroll around the image.
-- ----------------------------------- Ken Varn Senior Software Engineer Diebold Inc. EmailID = varnk Domain = Diebold.com ----------------------------------- "Steve McLellan" <sjm@fixerlabs.com.NOSPAM> wrote in message news:%23Y5SAlaEEHA.2768@tk2msftngp13.phx.gbl... > Hi, > > I'm sure this has been asked before but I can only find a couple of bits of > homemade code that cause flickering. I know there's no in built way of > getting a PictureBox to scroll the pic if the image is too big for it; is > there a recommended (and fast) way of doing it? > > Thanks, > > Steve > >
- Next message: Steve McLellan: "Re: Scrollable PictureBox"
- Previous message: Paul A. Deibel: "RE: Regular Expression Validation Question"
- In reply to: Steve McLellan: "Scrollable PictureBox"
- Next in thread: Steve McLellan: "Re: Scrollable PictureBox"
- Reply: Steve McLellan: "Re: Scrollable PictureBox"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|