B
Brandon
HI all,
I am working on a WPF listview that get items through the XMLDataProvider
and making a listview with two actual columns and in both CellTemplete XAML
in a grid bind more than one snippet of the XML data to the cell. Now this
works fine no problem...
When I try to setup a IsSelected trigger I lose the default listview
selection UI and only the new look of the ListViewItem after the trigger
takes effect shows what Item is selected. What is going on here with default
listview selection UI and can I get it back with the trigger in place too?
NOTE: For those that don't know what I mean by default listview selection UI
just open windows explorer and select a item and mouse over another - I want
that to work on the IsSelected trigger version of my listview for full row
selection...
Any help...
I am working on a WPF listview that get items through the XMLDataProvider
and making a listview with two actual columns and in both CellTemplete XAML
in a grid bind more than one snippet of the XML data to the cell. Now this
works fine no problem...
When I try to setup a IsSelected trigger I lose the default listview
selection UI and only the new look of the ListViewItem after the trigger
takes effect shows what Item is selected. What is going on here with default
listview selection UI and can I get it back with the trigger in place too?
NOTE: For those that don't know what I mean by default listview selection UI
just open windows explorer and select a item and mouse over another - I want
that to work on the IsSelected trigger version of my listview for full row
selection...
Any help...