question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Update TabView

See original GitHub issue

Microsoft 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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
amwxcommented, Nov 23, 2021

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.

1reaction
amwxcommented, Jul 21, 2021

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 the Pivot control. I will look into adding it though as there is value to it, but no timeline for it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found