i have a TabViewItem with a UserControl inside it.
<TabViewItem>
<local:ListViewUC x:Name="listView" Chapter="{x:Bind Chapter}"/>
</TabViewItem>
Each time I switch between tabs, the contents of the tab reload and the previous information is lost. Is there a way to disable reload?
