WPF: TEXTBOX RESIZE
I AM USING VS2008.IN MY WPF APPLICATION.WHEN I AM MAXIMIZING MY WINDOW AT RUNTIME,MY TEXTBOX SIZE DO NOT CHANGE...I WANT TO CHANGE ITS SIZE AT RUNTIME..PLEASE HELP,...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
PriyankaPosted Mar 13, 2010, 12:13 AM
Just dont provide any size(height or width) to the textbox in xaml.
It will automatically get resized when you resize the window.
If this does not help you, please provide ur xaml code,so that I can suggest you to get it done.
Priyanka