Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SplitView Page - Mismatch between source code and rendered example #1587

Open
fabianoriccardi opened this issue Jul 16, 2024 · 0 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed sample enhancement Requests for new samples or changes to an existing page

Comments

@fabianoriccardi
Copy link

Which version of the app?

WinUI 3 Gallery

Description

The source code contains a Settings "tab" but the rendered content doesn't display it (see screenshot below).

Other than the obvious mismatch between rendered content and source code, IMHO, this similarity between SplitView and NavigationView may be confusing for a learner, so I think it should be deleted.

Here the source code:

         <StackPanel Orientation="Horizontal" Grid.Row="2" Margin="14,24,0,24" >
                <SymbolIcon Symbol="Setting" />
                <TextBlock Text="Settings" Margin="24,0,0,0" VerticalAlignment="Center"/>
            </StackPanel>

Screenshots

Imm

Windows version

Windows 10 22H2 (19045)

Additional context

No response

@fabianoriccardi fabianoriccardi added bug Something isn't working needs-triage labels Jul 16, 2024
@karkarl karkarl added sample enhancement Requests for new samples or changes to an existing page help wanted Extra attention is needed and removed needs-triage labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed sample enhancement Requests for new samples or changes to an existing page
Projects
None yet
Development

No branches or pull requests

2 participants