Click here to Skip to main content
15,908,264 members

Comments by Jlz07 (Top 2 by date)

Jlz07 21-Nov-14 5:41am View    
When a particular window is loaded, we draw a datepicker using a visual brush at a calculated position. As per requirement, the actual control should be created only when the datepicker is clicked. And so on the click, we have created the real datepicker object and have set the IsDropDownProperty to true. But this does not work as expected. The control is created alright, but the drop down does not stay open until the next click. This does not happen every time though. The control is drawn to a canvas(in the code behind of a WPF window).
Jlz07 21-Nov-14 5:29am View    
umm..Should I explain more? I really can't find a workaround for this.