Reputation: 113
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
Reputation: 3781
To change height and width, use MinHeight
and MinWidth
properties and then adjust font using FontSize
property.
Upvotes: 3