Hello.
I want to create a form with a scrollable picture. I use visual studio 2010. The vscrollbar and hscrollbar have to be not at the edge of the form, but near the picture (not at the edge of the picture). Can somebody help me.

Hello.
I want to create a form with a scrollable picture. I use visual studio 2010. The vscrollbar and hscrollbar have to be not at the edge of the form, but near the picture (not at the edge of the picture). Can somebody help me.

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Apr 25, 2024, 9:32 AM
To achieve a scrollable picture form with custom scrollbar positioning in Visual Studio 2010, you can use a Panel control to host the picture and scrollbars.
we create a Panel control, position it where desired, add a PictureBox with your image, and set it to autoscroll within the panel. Adjust the location values to place the scrollbars near the picture as needed.