mui icon indicating copy to clipboard operation
mui copied to clipboard

Reload Data in Modern Tab Link clicked

Open viswammamilla opened this issue 9 years ago • 2 comments

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.

viswammamilla avatar Oct 28 '16 02:10 viswammamilla

You can set the ContentLoader to disable caching of the contente, take a look at the docs, there should be something there about it

heraclesaraujo avatar Oct 29 '16 03:10 heraclesaraujo

In case anyone needs it: the method OnFragmentNavigation is always called see https://mui.codeplex.com/discussions/560428

zenglian avatar Dec 14 '17 08:12 zenglian