I want to do binding the font size in the textbox to the textbox height.
I want to have the possibility to change the page size and the font will grow / shrink according to the textbox size change.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if it’s doable internally with the textbox, but you could write a converter, bind it for the text size and work the value out in relation to the page size in code.