How to Make a PowerApps Multiline Text Input Control Automatically Adjust Its Height

How to Make a PowerApps Multiline Text Input Control Automatically Adjust Its Height

PowerApps
[wp_ad_camp_1] [wp_ad_camp_4] The Problem When you add a multiline text input control to your PowerApp there is no way to make the text input box on your form get bigger or smaller to accommodate more lines of text. Instead of growing or shrinking, the text input control displays a scroll bar but does not get any larger. So how do you make a PowerApps multiline text input contol automatically adjust? Here's How to Make PowerApps Multiline Text Input Control Automatically Adjust As a workaround this approach will make the text input control behave like it has an AutoHeight property. The solution is to trick the form by using a label's AutoHeight property to control the size of the text input control. Follow the steps below. Step 1 Insert a text…
Read More