We need handler more detail in Textbox in our windows phone Application. when user input some string and textwrap support in textBox. how to increase height when text content textwrap in textbox?
as fllow:
<StackPanel x:Name="BuildDefaltTask_SP" Grid.Row="0" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<TextBox x:Name="AddNewTaskContent_TB" Height="150" Margin="-12" FontSize="26" FontWeight="ExtraBold" TextWrapping="Wrap" Style="{StaticResource TextBoxStyle}"></TextBox>
</StackPanel>