禁用 TextBlock 上的不透明蒙版
我正在尝试为 WP7 创建自定义删除线(因为它不支持 SL4/WPF 删除线)。 我通过创建一个 2px 高的矩形并将其放置在距底部 33% 的位置(作为 Segeo WP …
Windows Phone 上的 WP7 ScrollViewer Snap-Back 和自动滚动条可见性问题
我有一个应用程序,它在 ScrollViewer 中显示包装文本,该文本占据页面的固定高度。我将 HorizontalScrollBarVisibility 设置为“禁用”,将 Vert…
Windows Phone 7 开发的 MVVM 框架建议
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
如何在 Windows Phone 7 中使用全局样式?
我想在 WP7 中使用全局样式,例如: <Style TargetType="Button"> //some code here </Style> 问题是此代码似乎无法在 WP7 中工作。 我知道如…
Silverlight UserControl 绑定抛出 XamlParseException、AG_E_PARSER_BAD_PROPERTY_VALUE
我已经构建了 SpinButton 用户控件。 SpinButton.xaml 具有: <UserControl x:Class="MyApp.SpinButton" x:Name="Spinner" [...] > <Grid x:Nam…
获取 Windows Phone 上 ScrollViewer 的滚动事件
问题: 在 Windows Phone 上获取 ScrollViewer 的滚动事件 我有一个像这样的滚动查看器: <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,…
在 Windows Mobile 6、Windows Phone 7、Android 和 iPhone 上编写一次部署?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
在WP7编程中使用剪贴板
可能的重复: 如何在 Windows Phone 中以编程方式复制/粘贴? 如何我在 Windows Phone 7 应用程序中使用剪贴板? 我想在我的应用程序中输入文本,那…
在 Windows Mobile 6、Windows Phone 7、Android 和 iPhone 上编写一次部署?
Closed. This question is seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. It does not …
Visual Studio 2010 Premium 和 Windows 7 移动开发
我对开始 Windows 7 Mobile 开发很感兴趣,并在网上搜索了教程。每个人都说我应该安装 Visual Studio 2010 Express For Phone 来完成任务。我有 VS 20…
IndependentFileStorage XML 读取崩溃
好吧,基本上我的问题是从IsolatedFileStorage 读取XML 文件。我将详细介绍导致错误的过程,然后列出相关代码和 XML 文件。 在第一次执行时,它认识到…
如何使用嵌套的 ObservableCollection 将 LINQ 数据连接到 ObservableCollection 中?
从 xml 执行 ViewModel 的最佳方法是什么: <Cars> <Car> <Name/> <Model/> <Parts> <Part> <PartName/> <PartType/&g…
如何使用 Blend 在 WP7 中的不同视觉状态下设置不同的本地化字符串?
如何使用 Blend 在 WP7 中的不同视觉状态下设置不同的本地化字符串,而无需任何代码隐藏? 我可以在不同的视觉状态下设置不同的非本地化字符串(尽管…
有没有适用于 Windows Phone 7 的 Native C 第三方编译器?
我知道微软取消了对 Windows Phone 7 C/C++ 的支持,并且只允许使用 C# 来开发 Windows Phone 7 的应用程序。 但我知道有一个支持Windows Mobile 6.5…