CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.89k stars 1.38k forks source link

DataForm for UWP #596

Closed RickPons closed 7 years ago

RickPons commented 8 years ago

Hello, I needed to create my own DataForm for UWP works like Silverlight DataForm I'd like to see if this control would be good for integrating with the toolkit.

https://github.com/RikardoPons/UniversalFormsToolkit Thanks

deltakosh commented 8 years ago

As we discussed at MVP Summit, I like this idea. I miss my dataForm from Silverlight ;)

ScottIsAFool commented 8 years ago

If we did, I'd like to see a way to be able to change the styles of the controls it creates, or be able to use different controls by default (for example if you have a custom textbox).

RickPons commented 8 years ago

Yeah! That would be nice to have, I have the idea to do that, but I'm not sure if UWP will support it. I will work in next weekend.

deltakosh commented 7 years ago

Closing this one as now Telerik provided an open source control for it: https://github.com/telerik/UI-For-UWP/