Handle the TextChanged event and change the TextView height based on the string length. You can use an invisible Label with a call to SizeToFit to measure the multiline text.
Remember to uncheck the "handle resize event" from the layout file that holds the TextView.