简体   繁体   中英

Hide/Show bar in WP

How do I add a bar that appears and reappears at the top of a page, something like the one for the adobe reader app?
I have checked other peoples post but all i see is posts about the application bar, and i dont think this can be put on top of a page

There is no built in control for that in WP7 SDK. You may try search for it in other libraries but I think you should just create it by your own (using standard grid/panel items).

If you'd like to show it when standard ApplicationBar is expanded you should subscribe to StateChanged event on ApplicationBar and show/hide your own bar on top.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM