What visual control used in the Here Maps for WP8, for sliding map and bottom panel [closed]

StackOverflow https://stackoverflow.com/questions/21530581

  •  06-10-2022
  •  | 
  •  

Pregunta

I wanna make visual control for sliding between map and bottom panel like in the Here Maps for WP8. How is it made?

¿Fue útil?

Solución

I believe it is custom made and it shouldn't be complicated to make one yourself. It consists of a panel that is higher than the screen and has a draggable upper part. You can track Manipulation* events on it and when user starts dragging upwards, you can use RenderTransforms to move the entire control up and down.

For smoother effect use animations to slide the upper/lower part into its place. You can easily construct such animations in code and apply them on the fly.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top