Reputation: 55
i was wondering if there is anyway to Re-size a Forms background Image according to how high and how wide the form is. A property or a code maybe?
Upvotes: 0
Views: 9186
Reputation: 14880
You could set
BackgroundImageLayout = ImageLayout.Stretch;
in either the Code or the Forms editor.
Upvotes: 4