Simplify CellTemplate in XAML
Open
Enhancement Requested
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
Would it be possible to automatically assume the content of CellTemplate is a DataTemplate? I think this is what is the case for 95%. Honestly I haven't seen any other case yet.
I.e. instead of this:
```
```
You can write:
```
```
Unless specified otherwise.
Contributor guide
Assessment
This issue has not been assessed yet.