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
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top