Rounded corners are becoming more and more common in modern UI design.
Right now, the only way to get rounded corners on GridView is to wrap it in a Border, which feels a bit unnecessary.
Would it be possible to add a CornerRadius dependency property directly to GridView?
It would make layouts cleaner and more consistent with other controls that already support rounded corners.
Rounded corners are becoming more and more common in modern UI design.
Right now, the only way to get rounded corners on GridView is to wrap it in a Border, which feels a bit unnecessary.
Would it be possible to add a CornerRadius dependency property directly to GridView?
It would make layouts cleaner and more consistent with other controls that already support rounded corners.