I wanted to scroll the background image that is displayed on the panel.
I looked at how to programmatically change the background image on form c# but did not get any idea.
Is it possible in C#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could create a control inside the panel that has the background image, and then the panel has a scroll bar which would actually move the entire control inside the panel, resulting in a moving background. I hope that makes sense.