Vote count:
0
For example I have a ComboBox like this:
<ComboBox PlaceholderText="Select a Value">
<x:String>01</x:String>
<x:String>02</x:String>
<x:String>03</x:String>
</ComboBox>
I reuse this ComboBox a lot, so I want a custom ComboBox like below that has a default template (like the ComboBox above):
<MyComboBox></MyComboBox>
How can I create a custom ComboBox with XAML and/or C#?
asked 1 min ago
Windows Phone 8.1: Custom ComboBox
Aucun commentaire:
Enregistrer un commentaire