Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

16
Votes

A DataForm or PropertyGrid control would accept a class and then automatically create a form that would include appropriate editors to allow the end user to edit the public read/write properties of the class. A DataForm would be a nice complement to a DataGrid to edit the details of the current selection.

Features:
- Support for a single class instance.
- Support for a collection, with navigation (forward, back, first, last, goto index, search).
- Load existing values, save edits back to the class.  Auto save, save on demand (Save / Cancel buttons).
- Drag-drop designer allowing the developer to customize the layout and appearance.
- Developer able to select which properties to include or exclude.
- Multi-line text & Image browsing editors.
- Support for custom editors.
- MVVM support.
- Possibly implemented using code generation for faster runtime performance.