Hi @shriram ,
Welcome to Microsoft Q&A!
I was able to reproduce the same behavior, after using VirtualizingStackPanel
, the scrollable height changes while sliding, this should be by design.
According to the official documentation, it is recommended that you use ItemsStackPanel or ItemsWrapGrid in listview.
ItemsStackPanel is used as the default ItemsPanel for ListView. If you modify the ItemsPanel, we recommend you use ItemsStackPanel or ItemsWrapGrid instead of VirtualizingStackPanel or WrapGrid.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.