问题标签 [win-phone-silverlight-8.1]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
264 浏览

xaml - Carousel page does not swipe on some device

I've created a Xamarin Forms project. I have the following XAML in my project:

Now the Carousel page works on the following platforms:

  • UWP - localMachine

  • Windows 8.1 - localMachine

  • Android - emulator

It does not work for the following platforms:

  • UWP - device (mobile)

  • WinPhone (WinPhone 8.1) - device (mobile)

It does not recognize the swipe gesture on the phones. How do I resolve this?

0 投票
4 回答
773 浏览

xamarin - Xamarin Forms WinPhone - 如何使标签文本在 WinPhone 下划线?

如何使用Xamarin FormsWinPhone中制作标签文本下划线

0 投票
3 回答
1536 浏览

windows-phone-8 - 如何将 Max Date / Min Date 设置为 WinPhone DatePicker

我正在开发 WinPhone 应用程序。

代码不起作用。

我可以选择前几年,也可以选择 2015 年、2018 年等。如果可能,我想禁用 DatePicker 本身中的月份和日期。

简而言之,我想为日历设置最小和最大允许日期,以便在日历中禁用不需要的日期。

0 投票
1 回答
549 浏览

c# - 如何在 C# 中动态更改列表视图数据模板

我有一个为我的列表视图定制的项目模板,其中的值绑定在 .xaml 本身中。我想在 c# 端动态更改其中一个图像。我知道在 c# 中我可以更改,ContainerContentChanging但我无法访问 c# 中的自定义模板图像,请指导我解决这个问题。

这是我的列表视图

我想让数据模板在一个单独的 c# 文件中......但我无法链接网格内的 c# 文件。

感谢您从数据模板访问图像的任何帮助。