Can I somehow catch t开发者_如何学Pythonouch events on my aplication tile that in start menu?Have a look at the MIX11 sessions. This isn\'t possible in the current version, but the Mango update coming
How can I prevent the windows phone 7 from sending a MouseLeftButtonUp-event to my Grid (that I use as Button) while the user is scrolling?
I need to check whether an embedded resource exists. In WPF this i relatively easy, but in WP7 I get a MissingManifestResourceException
I\'m trying to use a global resource dictionary, but I\'m getting an error when I try to use a style it contains. In my app.xaml I have:
I have a PivotControl inside a 开发者_JAVA百科PPhoneAppplicationPage. Ideally I\'d like to show the appbar items from the page at all times, and merge them with items defined in the UserControl which
I\'m attempting to create a custom strikethrough line for WP7 (since it doesn\'t support the SL4/WPF strikethough).
I want to use a global Style in WP7, something like: <Style TargetType=\"Button\"> //some code here
I\'ve built a SpinButton user control. SpinButton.xaml has: <UserControl x:Class=\"MyApp.SpinButton\" x:Name=\"Spinner\"
Question: Get scroll event for ScrollViewer on Windows Phone I have a scrollviewer like so: <Grid x:Name=\"ContentPanel\" Grid.Row=\"1\" Margin=\"12,0,12,0\">
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.