I want the dropdowns like in the pictures below:
I dont know how I get them. I suppose that these are some kind of comboboxes but I am not sure. Can anyone help me and provide the xaml code?! Thanks.
I suppose you are looking for Combo box: Windows 8 store controls list (MSDN) . To use:
<ComboBox x:Name="comboBox1" SelectionChanged="ComboBox_SelectionChanged" Width="100">
<x:String>Item 1</x:String>
<x:String>Item 2</x:String>
<x:String>Item 3</x:String>
</ComboBox>
you would have to use Popup. Below link might help you
http://rahulpnath.com/blog/windows-8-series-drop-down-button/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With