user1809295
user1809295

Reputation: 1451

About labels in windows forms

I have a program that currently launches a winform in full screen, hiding the task bar. If I manage to keep fiddling with the cordinates to get a text label to sit in the bottom right corner of the screen. will it always appear there regardless of what size screen or computer is running the program?

Upvotes: 0

Views: 75

Answers (1)

Serialize
Serialize

Reputation: 491

In the label properties, set the Anchor from Top Left to Bottom Right.

Upvotes: 1

Related Questions