Skip to content

TabView - Header not showing on Android #19331

Closed Answered by morning4coffe-dev
ilira987 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ilira987,

thank you for your question. When you are using the latest Uno versions, you need to use the standard TabView.

<TabView HorizontalAlignment="Stretch"
              VerticalAlignment="Stretch">
    <TabViewItem Header="Home"
                      IsClosable="False">
        <TabViewItem.IconSource>
            <SymbolIconSource Symbol="Home" />
        </TabViewItem.IconSource>
    </TabViewItem>
    <TabViewItem Header="Doc-1">
        <TabViewItem.IconSource>
            <SymbolIconSource Symbol="Document" />
        </TabViewItem.IconSource>
    </TabViewItem>
    <TabViewItem Header="Doc-2">
        <TabViewItem.IconSource>
            <SymbolIconSource Symbol="Document"

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@morning4coffe-dev
Comment options

@ilira987
Comment options

@ilira987
Comment options

@ilira987
Comment options

@ilira987
Comment options

Answer selected by morning4coffe-dev
Comment options

You must be logged in to vote
1 reply
@morning4coffe-dev
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants