Hi,
Does anyone know how I can access the CalendarItemArea visual region in the XamCalendar control?
Here is an example of what I am trying to do:
private void MonthlyView_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e) { if (Monthly.IsChecked.Value == true) { Point pt = e.GetPosition((UIElement)sender);
HitTestResult result = VisualTreeHelper.HitTest(???, pt)
e.Handled = true; } }
Thanks,
-Jeff
Hello Jeff,
I am just checking if you require any further assistance on the matter.
I am all set now. Thanks for your help!
Hi Jeff,
Thank you for your reply. I am glad that you have managed to resolve your isseu.