Resizing ScrollView of Unknown Height

Nathan Sokalski 4,111 Reputation points
2022-07-24T01:40:11.817+00:00

I have a ScrollView for which I do not know the height. The height of all other elements will remain the same, but may be hard to calculate due to their nesting levels (I have several include tags). I have been told that the ScrollView must have a fixed height, but I am not sure how to determine this. Like I said, the height of all elements outside the ScrollView does not change, so I figured there must be some good way to determine the height of the ScrollView. What should I do?

Developer technologies | .NET | Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.