Hi, I need to create a Text Input having dynamic height i.e., on typing inside a Text Input, the text input box height should increase dynamically.
I tried by having a label behind which has Auto Height and it takes the default text as TextInput Text. And the Text Input Height should be based on Label Height. But, I shouldn't see a scroll bar inside it, only the height should increase dynamically without any overlap.
Kindly help me to resolve this issue.
Thanks in advance.
Hi @Sumitra_Sai ,
You could set the textinput control's Height property to:
40*RoundUp(Len(Self.Text)/70,0)
Best Regards,
Bof
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2