Hi,
I have a combobox, and the template for each item in the combo
contains two text boxes. If the textbox is readonly, I'd like
clicking on the textbox to select the item and close to dropdown.
Otherwise, the default behavior is fine.
Thanks
Andy
Andy - 08 Jan 2008 19:50 GMT
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks
> Andy
Still no one has an answer?
Bruno Wouters - 08 Jan 2008 21:59 GMT
You could try to set the IsHitTestVisible property of the readonly textboxes
to false.
>> Hi,
>>
[quoted text clipped - 7 lines]
>
> Still no one has an answer?
Andy - 30 Jan 2008 18:57 GMT
> You could try to set the IsHitTestVisible property of the readonly textboxes
> to false.
Sorry for getting back to you so late.. got side tracked. Just wanted
to let you know, this worked great, exactly what I wanted.
Thanks!
Andy