_From @jamesmontemagno on December 23, 2016 7:13_
Coming soon
_Copied from original issue: FormsCommunityToolkit/Controls#4_
Maybe it is what you mean?
Segmented Control Plugin for Xamarin Forms
https://github.com/alexrainman/SegmentedControl
This needs some clarification.
Assuming this is still something people/we might want to add so keeping it here for reference
Adding here for future reference
https://github.com/CrossGeeks/SegmentedControlSample
https://github.com/CrossGeeks/ExtendedSegmentedTabControl
I think @jsuarezruiz is working on TabView (I saw amazing specs some weeks ago). Maybe we should just wait for the XF implementation.
@roubachof Thanks. I saw this too recently. I'm wondering if it will be released in the first release of MAUI.
I am not sure if TabView is the same as segmented control. I look at it more as options that are used to filter the content and not necessarily show different things, but could........ so if you define the control to be just the segmented control and the user has control of what to do, then it is a bit different.
Using styles, etc. we can get something like a SegmentControl using TabView. But, we can discuss about necessary functionality and options to include in TabView to cover both cases.
This is great. I opened a issue #385 for the Segment control I am migrating from Xamarin.Forms to this toolkit.
Duplicate of #385 let's discuss further there
Most helpful comment
I am not sure if TabView is the same as segmented control. I look at it more as options that are used to filter the content and not necessarily show different things, but could........ so if you define the control to be just the segmented control and the user has control of what to do, then it is a bit different.