© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
2 replies
Sir Ruggie

❔ WinUI 3 Pivot Header Size

I've been trying to add an image and text in a Pivot Header and seems like no matter what I do, the Pivot Header cuts off part of the object

    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="100"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>
        <Pivot Height="Auto">
            <PivotItem>
                <PivotItem.Header>
                    <StackPanel Height="Auto" VerticalAlignment="Top">
                        <TextBlock Text="Address" FontSize="15"/>
                        <Image Width="100" Height="100" Source="ms-appx:///Assets/Check_Main.png"/>
                    </StackPanel>
                </PivotItem.Header>
    <Grid>
        <Grid.RowDefinitions>
            <RowDefinition Height="100"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>
        <Pivot Height="Auto">
            <PivotItem>
                <PivotItem.Header>
                    <StackPanel Height="Auto" VerticalAlignment="Top">
                        <TextBlock Text="Address" FontSize="15"/>
                        <Image Width="100" Height="100" Source="ms-appx:///Assets/Check_Main.png"/>
                    </StackPanel>
                </PivotItem.Header>
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Winui 3 titlebar problems
C#CC# / help
3y ago
✅ WinUI 3 Template Studio, NavigationView Header in Settings Page is Missing
C#CC# / help
2y ago
ContentDialog Window using WinUI 3
C#CC# / help
14mo ago
❔ Anchor TreeView in WinUI 3
C#CC# / help
4y ago