Last Updated:
23 Oct 2024 09:11
by Alex
TabView: Provide a way to load tabs content on demand when the TabView is data bound
When the TabView is bound to an ItemsSource, and the DataTemplate contains heavy UI, it would be useful to load each tab content when the user selects the tab, not on page load.