hi,
last few days, I still can see the Auto Height at the side control bar. today I cannot find it.
help. I want my text in the box to auto fit.. how to...
Solved! Go to Solution.
Hi @bbsin ,
The Auto Height property is not supported in Gallery, currently, the Auto Height property is only available in Label control. Please check the following article for more details:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/properties-size-location#size
Please check the following screenshot for more details:
If you want to make your Gallery Height to be adjusted automatically based on the content inside it, please consider take a try with the following workaround:
Set the TemplateSize property of the Gallery to following:
Subtitle1.Y + Subtitle1.Height + 30
Please turn on the "Auto Height" property for the Subtitle1 in your Gallery.
Please take a try with above solution, check if it could help in your scenario.
Best regards,
If you are looking for Auto Height is Gallery its currently not there. However there is flexible height gallery type available.
Please click Accept as Solution if it resolved your problem or give it a Thumbs Up if it helped you in anyway this will allow other people to search correct solutions effectively.
Thanks,
Rahber
Autoheight is for Labels.
So insert another label inside the Gallery example Label5.
Assuming your Textbox is named Textbox4, change the height of the Textbox4 to: Label5.Height
Finally in the Text property of label5 put: Textbox5.Text
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
thanks.. I will try.. bit confusing..
Watch:
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @bbsin ,
The Auto Height property is not supported in Gallery, currently, the Auto Height property is only available in Label control. Please check the following article for more details:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/properties-size-location#size
Please check the following screenshot for more details:
If you want to make your Gallery Height to be adjusted automatically based on the content inside it, please consider take a try with the following workaround:
Set the TemplateSize property of the Gallery to following:
Subtitle1.Y + Subtitle1.Height + 30
Please turn on the "Auto Height" property for the Subtitle1 in your Gallery.
Please take a try with above solution, check if it could help in your scenario.
Best regards,
User | Count |
---|---|
255 | |
114 | |
95 | |
48 | |
38 |