Hi,
which controls can I use in UWP apps? .Net? XAML? Only the Special UWP controls?
Thank you
Tom
Hello TomBlue,
Currently, the only Infragistics controls that are officially supported on the UWP platform are the community preview UWP controls that we have released. You can download a Trial of these CTP UWP controls here: https://es.infragistics.com/products/universal-windows-platform.
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
Thank you Andrew!
I think the real problem is to decide which platform, which technology to use for desktop apps.
We have WinForms, but always more developers say they are dying. WPF and XAML is apparently better (or only) good for the browser. Using Silverlight is compulsive but it's also dying, isn't it. And the UWP is new and half-baked. Even Microsoft provides only a very small set of controls for their favorite technology.
But how could we achieve the look and feel of a modern Windows 10 desktop app?
There are different controls for all platforms, but you can never use them at all. The biggest amount of controls is available for WinForms.
I know the InventoryManagement sample from Infragistics. This is built with WinForms controls to imitate a Windows 10 app. Is this what we want?
WPF uses XAML and UWP uses XAML. Why not use one control-set for both? What is the future and how will it be supported?
Sincerely