About 236,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 TabView. Minimal …

  2. 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. struct …

  3. swiftui - How to implement iOS 26 Liquid Glass tab bar with separate ...

    Jun 11, 2025 · TabView seems to only allow this single button with an explicit search role. If tool bars have the same/similar Liquid Glass bottom bar appearance but allow different groupings and actions, …

  4. How to use the TabView in MAUI . In Xamarin forms we can use it in …

    3 This is how i used to access the TabView on Xamarin Forms where it can have the ability to swap between several tabs.

  5. Liquid Glass bar above tab view like the Apple Music app?

    Jun 15, 2025 · Apple's new iOS 26 Liquid Glass design language includes a bar that floats above the new tab bar. Seen here in the Music app: As you scroll, the bar elegantly flows down into the tab bar …

  6. angular - <p-tabPanel> not being projected into PrimeNG <p-tabView ...

    Aug 14, 2024 · ERROR NullInjectorError: R3InjectorError(AppModule)[TabView -> TabView -> TabView]: NullInjectorError: No provider for TabView! Although TabViewModule is correctly imported …

  7. NavigationView inside a TabView Swift UI - Stack Overflow

    Apr 23, 2021 · In the second example, you're using .tabItem as a modifier on the entire TabView instead of the NavigationView. Both of your examples may have revealed what was going on more obviously …

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

    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 depending on the …

  9. 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...

  10. Best way to handle a TabView inside a NavigationView in SwiftUI

    Aug 9, 2020 · 6 I am developing an app in Swift with SwiftUI. I have this setup where I put a TabView inside a NavigationView and used the navigationBarTitle on the tabView. I did this because if I put …