I have a Windows Phone 8.1 Application.
I have a button with a ListPickerFlyout.
<Button x:Name="myButton"
Foreground="Red" Background="Green">
<Button.Flyout>
<ListPickerFlyout x:Name="myListPicker">
</ListPickerFlyout>
</Button.Flyout>
</Button>
I need to change the background and foreground color of the ListPickerFlyout.
I would be very glad if someone can help me. Thanks in Advance.