小编Mig*_* MG的帖子

How show all items of ComboBox in fullscreen page?

I am creating ComboBox for windows phone 8.1 on a Universal Apps project, but I would like show always all items on fullscreen page. On windows phone 8 I do

ListPicker.ExpansionMode = ExpansionMode.FullScreenOnly;
Run Code Online (Sandbox Code Playgroud)

but, in ComboBox for windows phone 8.1 I don't found option.

How can I solve this problem?

Thanks!

c# xaml combobox windows-phone-8.1 win-universal-app

3
推荐指数
1
解决办法
2906
查看次数