When I resize Window of the WPF application, all textboxes are also resized. The problem is that size of the text in the textboxes doesn’t change. How can I achieve scaling the size of the text along with the size of the textboxes?
Edit: Actually, it is scaling, but I want to make text bigger. So, the height of the font should be close to height of the textbox. How this can be achieved?
maybe something like this will help
Just play with the maring property of the TextBox to get what you want