Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Windows Phone 7.1 应用程序上全屏显示地图?如果我尝试这样做,我的地图顶部和底部都会出现黑色条纹。
感谢帮助
要以完整模式显示地图,请确保它没有边距,并且要么是页面上的唯一元素,要么整个父链不包含PaddingnorMargin属性。此外,设置或将其不透明度设置为小于 1 的值。对于shell:SystemTray.IsVisible,删除它或将其不透明度设置为小于 1 的值。FalseApplicationBar
Padding
Margin
shell:SystemTray.IsVisible
False
ApplicationBar
你在什么设备上运行你的应用程序?您是在 HTC 8X 还是 ATIV 上运行,这些黑条无法消除。