As I understand it, to allow your screen to vertically scroll, you need to use an Infinite Scrolling Canvas layout, and then add cards to it that contain your controls that you want to be able to scroll. I have 2 textboxes that pull content from a SharePoint list that are of varying length depending on an ID that is passed in for retreival.
The problem that I am having is that although the Textboxes can have an "Auto Height", the cards cannot.
How can I organize my cards / textboxes that would simply allow me to display them with vertical scroll and automatically size their cards to the content?
Solved! Go to Solution.
Hi @flyte
You may set the formula as following:
- Set the TextBox.Height = AutoHeight
- DataCard.Height = TextBox6.Height + 100 (or any value you wish for Padding Bottom)
Hope this helps.
Hi @flyte
You may set the formula as following:
- Set the TextBox.Height = AutoHeight
- DataCard.Height = TextBox6.Height + 100 (or any value you wish for Padding Bottom)
Hope this helps.