I am looking for the name of the control that open from the bottom in bing maps on windows phone 10. It opens when you tap on a pin on the map.
Thanks.
I am looking for the name of the control that open from the bottom in bing maps on windows phone 10. It opens when you tap on a pin on the map.
Thanks.
According to your description, I think what you need is the control in the following image:
There is no such official control, you will need to create a usercontrol by yourself.
You can refer to my another case: Create slidable ListView in Windows 10 UWP apps like in Maps app, in this case I gave an answer creating a slidable control which can slid from top to bottom, you can change it to slid from bottom to top.