I select a date (not the current date) of a calendar (wpf) by code (C#).
Now I want to bring this selected date into view. How can I solve that? All the time the current date is in view.
Any ideas to that? Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to set the
DisplayDateproperty as well.You may also want to set the SelectionMode property to set the range of dates allowed (
CalendarSelectionModeenumeration).