I\'m gonna insert a Separator in a ListView in WPF , something like this :
image
I\'ve used the following XAML code, but it dosn\'t work !
Try putting the separator in the collection of items you are binding to. In the above code you are stting the items via the itemsSource binding and then setting the items by adding a seperator to the content. Add the seperator to the collection of items and you will see a blank row in your grid. you might have to style the separator accordingly. (but it will give you a row you cant click on)