How to set ComboBox.SelectionBoxItemTemplate in Silverlight 3.0

I need to have a SelectionBoxItemTemplate for my ComboBox, but I'm not sure how to do this, or if there is another way to do it in Silverlight 3.0.
In my dropdown I have a list of CheckBoxes and TextBlocks, this works fine, however the selected item is one of them when I click on it, i.e. the checkbox is shown at the top of the Combobox, I don't want that, instead I want he said "Display", since this is a list of display settings, how can the ComboBox be changed so that it can be done in Silverlight?

+2


source to share


1 answer


In Silverlight 3 this is really not possible, although the property can be read, it cannot be sent by marking it as an answer, but hopefully Silverlight 4.0 will support this.



0


source







All Articles