About 373,000 results
Open links in new tab
  1. c# - WinUI 3 TabView Binding Not Updating Correctly - Recycling ...

    Jan 14, 2025 · Is this a bug in TabView implementation? Or what could I be doing wrong? Summary: Binding seems to get out of sync when adding and removing tabs from tab …

  2. angular - PrimeNg tabview tabs selection - Stack Overflow

    Jan 10, 2024 · In the closable section of prime ng's tabview documentation, I see that when I remove the last tab, it goes to the first tab. My question is: How can I make it go to the tab on …

  3. How to prevent tab changes in PrimeVue v3 TabView?

    Jul 20, 2024 · 0 I am using PrimeVue V3 TabView with composition API. Inside each tab I have a form and I want to trigger form validation before switching tabs. So I need to interrupt the tab …

  4. SwiftUI TabView: how to detect click on a tab? - Stack Overflow

    Nov 3, 2020 · I would like to run a function each time a tab is tapped. On the code below (by using onTapGesture) when I tap on a new tab, myFunction is called, but the tabview is not changed. …

  5. Prevent Default is not working in p-tabView - Stack Overflow

    Jul 14, 2024 · I'm using PrimeNG's p-tabView in my Angular application to manage multiple tabs. I want to prevent the tab from changing under certain conditions. I tried using the preventDefault …

  6. Winui TabView change tab view model (and layout) depending on …

    May 31, 2023 · I have a tab view and multiple viewmodels which the tab view can display, each tab can be a type of say ViewModel1 and ViewModel2, they will also have their own layout …

  7. SwiftUI: How to animate a TabView selection? - Stack Overflow

    May 15, 2020 · When tapping a TabView .tabItem in SwiftUI, the destination view associated with the .tabItem changes. I tried around with putting .animation(.easeInOut) .transition(.sli...

  8. how to call a function on closing a tab in primeng tab component, …

    Aug 8, 2024 · The p-tabView component updates the UI to reflect the removal of the tab. This process allows users to dynamically close tabs, and the p-tabView component ensures the …

  9. Keep old TabView style in iOS / iPadOS 18.1 - Stack Overflow

    Sep 26, 2024 · Running the app in iPad with iPadOS 18.1, it shows the TabView in a different layout and position. I want to keep the Bottom TabView using full width with icons. Does Apple …

  10. How to dynamically add and remove a tab in p:tabView component

    Aug 10, 2013 · How to dynamically add and remove a tab in p:tabView component Asked 13 years, 10 months ago Modified 11 years, 11 months ago Viewed 21k times