Skip to content
Discussion options

You must be logged in to vote

After few days I was back to the DatePicker as it fits better than CalendarDatePicker, hopefully I found the solution after looking at the DatePicker source code.
here is how I did it:

I have this:

I want once I click on the calendar button, the datepicker fires and show the date selection, like below:

<StackPanel Grid.Column="1" Orientation="Horizontal">
                        <DatePicker
                            DayFormat="ddd dd"
                            Opacity="0"
                            SelectedDate="{Binding SelectedDate}"
                            Width="0"
                            x:Name="MyDatePicker" />
                        <Button

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@amuza2
Comment options

@LaurentInSeattle
Comment options

@amuza2
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by amuza2
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