Reload Data in Modern Tab Link clicked
Hai, Thanks for providing a good design. I am facing a small issue in modern tab. Iam using modern tab with List style.
<mui:ModernTab SelectedSource="/Views/InputSettings.xaml" Layout="List">
mui:ModernTab.Links
<mui:Link DisplayName="Input Settings" Source="/Views/InputSettings.xaml"/>
<mui:Link DisplayName="General Settings" Source="/Views/GeneralSettings.xaml"/>
/mui:ModernTab.Links
/mui:ModernTab
When clicking on Input settings or general setting first time its loading data. when i switch from general settings to input settings its showing the previous data loaded at first time I want to load data from viewmodel everytime i clicked on the particular link.
You can set the ContentLoader to disable caching of the contente, take a look at the docs, there should be something there about it
In case anyone needs it: the method OnFragmentNavigation is always called see https://mui.codeplex.com/discussions/560428