-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Milestone
Description
Describe the bug
By default, the ListView has only a top border. It seems like it should either have none, or uniform all around.
To Reproduce
If you remove BorderThickness="0"
from the ListView in the demo app, you can see.
Expected behavior
It seems like it should either have no border, or have uniform border all around by default.
WPF default ListView for reference:
Environment(please complete the following information):
- MahApps.Metro version v1.6.5
- OS: Win10
- Visual Studio 2017
- .NET Framework 4.6.2