Cambiar tamaño Barra filtrado list picker

¿Es posible modificar el tamaño de la barra de filtrado de la list picker?

Tengo una lista con muchos elementos. He incluido la barra de filtrado para facilitar la selección pero algunos usuarios de la app me dicen que se vé muy pequeña.

Es posible hacerla más grande?

Hi Vanesa

Unfortunately no.

It is possible to code your own ListPicker using a ListView, so then you could ensure the filter bar (simply a TextBox) is a better size.

If you don't want to code it yourself, there are many ListView extensions and maybe one of them delivers what you require:

1 Like