Open GoogleCodeExporter opened 8 years ago
I had an ItemsControl as well, but gong requires a SelectedItem property so it
won't work. We have to use a ListBox instead.
Original comment by louis.ko...@gmail.com
on 13 Jan 2012 at 5:35
I have a ListView whose View is a GridView. Within the ListView rows there is a
GridViewColumn.CellTemplate consisting of a DataTemplate set to
<ContentPresenter Content="{Binding}"> which picks up a DataTemplate specific
to the item class. That template contains a RichTextBox.
Dragging over that cell also causes itemParent to remain null in the DragInfo
constructor.
Original comment by Richard....@gmail.com
on 19 Jan 2013 at 2:38
Original issue reported on code.google.com by
Rock8...@gmail.com
on 23 Feb 2011 at 7:15Attachments: