Hi,
What does DayViewWeekAreaVisible do?
Could not find any info in documentation
Thank you
Mark
That property controls whether the control shows a bar that allows access to all the days of the week on the DayView or if it only shows the day being accessed. In the following image you can see that when DayViewWeekAreaVisible is on, the top of the day view has a listing of all the days of the week and if you touched them would move to that day.
Testing Calendar control out - from this forum question, I'm understanding that if a week is displayed, then the user selects a day, it will switch to single day view. Is that correct? If so, its not working for me. Is there some flag to set, or do I have to implement a method to change from showing a week to showing a day. Thank you.