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,...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
PriyankaPosted Mar 13, 2010, 12:13 AM
Hello Rohit,
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