[Feature Request] Update TabView
See original GitHub issueMicrosoft with new WinUI has created a new TabView
that replaces TabControl
(https://docs.microsoft.com/en-us/windows/apps/design/controls/tab-view) The old TabControl
is known as a Pivot
(https://docs.microsoft.com/en-us/windows/apps/design/controls/pivot)
Could we see these updated controls in this library?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Feature request: swipe around tabview at ends · Issue #177
Tabview can be used with "btn_pos":0 . This hides the tab buttons. In this case switching between the tabs can be done by...
Read more >Tab buttons in Tabview - Feature request
Each tab button in the tab view corresponds to a page, and I want to use the tab button as a normal button....
Read more >Updating TabView Badge Reloads All Views when Using ...
I have a pretty standard TabView setup for my app. Everything works fine, but when I dynamically update the TabView badge count for...
Read more >Re: Feature request: I very much appreciate the....
Feature request : I very much appreciate the tab view for forms on particularly large tables, to help organize data for users and...
Read more >Feature request TabView tab change allowed
Would it be possible to add a feature to TabView similar to accordionPanel tabController that returns true if tab change permitted business ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Its on my list of things to add after v1.2, which I’m working on right now - that is taking longer than I’d like because it’s required reworking some things. v1.2 will be out sometime in December, so probably early next year time frame wise for the TabView. The good news is TabView is open sourced so it should be relatively easy, and I’ve peeked at the source code and some of the stuff I’m currently working on may be needed for the TabView, so it sets itself up nicely.
I wouldn’t necessarily say it’s a replacement for
TabControl
/Pivot
since it’s a heavier weight, top-level navigation focused control - and why so many complained when MS tried to drop thePivot
control. I will look into adding it though as there is value to it, but no timeline for it