Tümer Koloğlu
Tümer Koloğlu

Reputation: 113

Making TextBox smaller

Right now I'm working on a project and need to change the size of a Textbox and make it smaller.

When I try to change it's height and widgth from design page the text is getting cut and I can't prevent this just by changing text's size.

Do you havae any clue about this?

Thank you.

Upvotes: 0

Views: 611

Answers (1)

Muhammad Umar
Muhammad Umar

Reputation: 3781

To change height and width, use MinHeight and MinWidth properties and then adjust font using FontSize property.

Upvotes: 3

Related Questions