Hello. I need to add to the ListView list with controls of my own production. The problem is that I need to distinguish them in the list, for example, TextBox s, and so that I could not choose these delimiters. It is possible to set IsEnabled = false for the necessary item, but then these items are fading, and I don’t need it.
At the moment I create several ListView and fill them separately, placing delimiters between them. However, this leads to the fact that when choosing one item, I have to look at the elements of all ListView
Maybe someone knows how to add not selectable elements to the ListView ?
ListView? JustStackPaneland jot down the necessary elements there. - VladD