How do you set up a combobox in Silverlight to allow clicking through items? -


I have many databbound comboboxes in my application and I think that when I open the combo box to click on an item Select the item until I click on the right side of the text. I'm assuming that there is no way to include the text field as part of the item in case of selection

"post-text" itemprop = "text">

I'm using Was:

  & lt; Combobox item content = "{binding time}" />  

I worked fine after switching it to:

    

Now it does not matter where I click on.

Hope this helps the next person.


Comments