Page 1 of 1

[SOLVED] ComboBox ItemTemplate

Posted: Sun Sep 09, 2018 2:39 pm
by BlueTiger2
Hello,

the ComboBox does not allow ItemTemplate, what can I do ???

Regards, Uwe

Re: ComboBox

Posted: Thu Sep 13, 2018 12:37 am
by JS-Support @Userware
Hi,

Just set "UseNativeComboBox" to "False" and you can set the ItemTemplate. Like this:

Code: Select all

<ComboBox UseNativeComboBox="False"/>


JS-Support