.Net Maui App

Manuel 1 Reputation point
2022-06-08T11:01:17.67+00:00

I need to add a TabbedPage below a search field in a ContentPage, in the new .net Maui but it seems like there is no way around, if there is please help me out

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,430 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
743 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Riccardo Minato 6 Reputation points
    2022-06-08T12:53:19.98+00:00

    It seems that for now there isn't a straight way to create a TabView in MAUI.
    If you need it urgently you could try using the TabView control present in the Xamarin.CommunityToolkit from the Xamarin.CommunityToolkit.MauiCompat package, but you should remember to update it when an offical TabVIew comes out from MAUI.

    0 comments No comments

  2. Limitless Technology 39,596 Reputation points
    2022-06-09T07:23:09.99+00:00

    Hi Manuel-4866,

    There is no way to create a tabbed view in Maui at this time. There should be an update in the future that includes this functionality.

    --------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.