vote up 0 vote down star

Hi all,

Basically I'm just looking for a 'SelectedItemTemplate' in the SL3 ComboBox. Unfortunately, that doesn't exist.

What I want is for the SelectedItem to look like this: Value

And the items in the dropdown box to look like this: Value + extra information

The latter is easily enough done by using the ItemTemplate, but the SelectedItem looks like that too. How can I prevent / fix that?

flag

1 Answer

vote up 1 vote down check

Are you looking for .SelectionBoxItemTemplate?

link|flag
Yes, something like that, but the SL3 ComboBox doesn't seem to have that property? – frances1983 Jun 19 at 3:46
Odd... I don't have SL3 to test on here, but it is listed in the MSDN documentation (even though SL3 is not listed in the "other versions" box: add (VS.96) before the .aspx in my link). Maybe it's an issue with the beta? Try ignoring intellisense, if that's what you're going by, and just compiling with it anyway. – Simon Buchan Jun 19 at 4:01
Alas... I tried it and got this: XamlParseException. AG_E_UNKNOWN_ERROR [Line: 96 Position: 135] And yes, line 96 is the line with the SelectionBoxItemTemplate ;-) – frances1983 Jun 21 at 20:16
UNKNOWN_ERROR suggests to me that it is a Beta bug. I guess you have to wait for them to fix it? – Simon Buchan Jun 22 at 22:00
I'll probably have to... – frances1983 Jun 25 at 21:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.