Hi there im using a ListView in wpf running on a Windows 7 machine, now when i drag the mouse over the listview i get a little blue border around it how do i remove that effect? (im not talking about the rows the whole listview)
I think you can get rid of that effect by making a small change to the BorderThickness
for the ListView
(same thing with TextBox
)
Try this
<ListView ...
BorderThickness="1.000001">
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With