Skip to content

NavigationViewTemplate Property Not Found #71

@DavidChaiOne

Description

@DavidChaiOne

Describe the bug
UI Fails to load when attempting to create a control Template via the NavigationViewTemplate Property in Xaml.

Expected behavior
Able to create a control Template via the NavigationViewTemplate Property in Xaml.
Steps to reproduce OR link to code

                <xc:CalendarView
                    x:Name="MyCally"
                    Days="{Binding Calendar.Days}"
                    DaysOfWeek="{Binding Calendar.DayNamesOrder}"
                    NavigatedDate="{Binding Calendar.NavigatedDate}">
                    <xc:CalendarView.NavigationViewTemplate>
                        <ControlTemplate>
                            <Label Text=" asdfasdfasdf" />
                        </ControlTemplate>
                    </xc:CalendarView.NavigationViewTemplate>
                </xc:CalendarView>

Xamarin Forms or .NET MAUI (If related to UI)
Xamarin.Forms
Additional context (Optional)
Occurs in XCalendar.Forms 4.2.0 works fine in XCalendar.Forms 4.0.0 and 4.1.0
Device Info (Optional)
Device Model:
Android Version:
IOS Version:
Windows Version:
Screenshot 2022-11-17 at 9 16 09 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-authorAwaiting a respose from the authorbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions