NewUser
NewUser

Reputation: 88

Scrolling panel visual issue

I have a panel which contains 6 pictureboxes. I set it to autoscroll. It looks like that:

enter image description here

When I scroll it to the right the last picturebox does not have space to the right:

enter image description here

What can I do?

Upvotes: 0

Views: 66

Answers (1)

Go to the panel properties and select AutoScrollMargin. Set Width to what ever value you want. Thats it!

Before:

enter image description here

After:

enter image description here

Upvotes: 4

Related Questions