About 271,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. swiftui - How to implement iOS 26 Liquid Glass tab bar with …

    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 …

  3. 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. …

  4. 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 …

  5. iOS 26: How to achieve TabView/sheet effect like in the Find My app

    Jun 10, 2025 · I noticed on the Find My app in the new iOS 26 beta that the TabView and the sheet seem to be part of the same view. When you collapse the sheet, the TabView is still …

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

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

  7. Implementing a Desktop TabView in .NET MAUI - Stack Overflow

    Aug 27, 2022 · A TabView can be placed anywhere within a page. Several component vendors offer TabView controls for MAUI, or you can wait and see if a community version becomes …

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

  9. How to disable the new UITabBarController view style in iPadOS 18

    Jun 17, 2024 · 57 This is the new regular design of the TabView. To change it back, you have options: ⚠️ Note: To make each of these work on iOS/iPadOS 26, don't forget to also follow …

  10. 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 …