Question

I have an application with the background set to black. In this application I want a toolkit:ListPicker.

The problem is that the ListPicker uses the theme of your phone to set the background of the expansion box which contains all the items. The result is as follows:

Dark theme in phone: Everything works as expected. The Listbox is gray, when I tap it a white box expands, containing all the items.

Light theme in phone: The Listbox is black (and now invisible), the text is also black (and invisible). When I tap the box I can see the selected item in blue, and the rest of the items are, yes, black and invisible.

The Background property only sets the background of the Listbox, not the expansion box that appears when i tap the Listbox.

Is there any way whatsoever to style the expansion box?

Was it helpful?

Solution

I had the same problem mate,that what fix my problem was this article.

and a word of advice check what happens to the textbox if you have one

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top