I'd like the ListView to automatically increase its height as items are added to ItemsSource. Is there any non-hacky way to achieve this?
What does it mean "automatically increase its height"?
i.e. If each item occupies a height of 30, when there are 2 items, the height of the list should be 60. When the ItemsSource increases to 3 items, I'd like the height of the list to automatically update to 90.
Answers
What does it mean "automatically increase its height"?
i.e. If each item occupies a height of 30, when there are 2 items, the height of the list should be 60. When the ItemsSource increases to 3 items, I'd like the height of the list to automatically update to 90.