Reputation: 88
I have a panel which contains 6 pictureboxes. I set it to autoscroll. It looks like that:
When I scroll it to the right the last picturebox does not have space to the right:
What can I do?
Upvotes: 0
Views: 66
Reputation: 7204
Go to the panel
properties and select AutoScrollMargin
. Set Width
to what ever value you want. Thats it!
Before:
After:
Upvotes: 4