Skip to content

Flyout icons not appearing #67

@elOG8

Description

@elOG8

Menu(Shell Flyout) for Desktop/tablet not showing correctly.

image

If this code is removed, icons appers but different.

        <Shell.ItemTemplate>
            <DataTemplate>
                <Grid
                    RowDefinitions="68" HeightRequest="68">
                    <Image Source="{Binding FlyoutIcon}"
                           VerticalOptions="Center"
                           HorizontalOptions="Center"
                           />
                </Grid>
            </DataTemplate>

        </Shell.ItemTemplate>

image

Is a bug? or just is missing code?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions