It's great that WPF is so flexible, but some of the built-in controls just don't cut it. The ListView + GridView control is the worst I've come across so far.
Here's my laundry list of features that still don't exist as of .NET 3.5.
- Hide columns
- Turn off column resizing
- Turn off row selection
- Allow cell selection
- Automatic column sorting
A nice bonus would be:
- Show tooltip if text doesn't fit within cell
I know there are some nice aftermarket products that do most/all of these things, but some of these features have been around for years in Windows Forms and ASP.NET, so WPF is a step backward. And, yes, some of these have relatively easy workarounds (once you figure out what they are), but some require rewriting parts of the control template, which seems unreasonable.
What obvious missing features have you noticed in WPF?
