Hiren
Hiren

Reputation: 341

scroll background image in C#

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#?

Upvotes: 0

Views: 2731

Answers (1)

Mikecito
Mikecito

Reputation: 2063

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.

Upvotes: 1

Related Questions