I am using TimePicker control in Silverlight and the issue is if I automatically populate the time and click on the clock icon, it does not auto-highlight the time for me in the drop down but if I use the drop down to pick the time, then yes it is highlighted.
I looked at my XAML for the control and I found that I do have this:x:Name="PART_DropDownButton"
controls:DateTimePickerExtensions.FocusContentOnOpen="True"
but still no luck, also went and directly set that property on the specific XAML file in my application and still no luck. Any thing else to try?
I looked at my XAML for the control and I found that I do have this:x:Name="PART_DropDownButton"
controls:DateTimePickerExtensions.FocusContentOnOpen="True"
but still no luck, also went and directly set that property on the specific XAML file in my application and still no luck. Any thing else to try?