Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

itemscontrol datatemplate usercontrol error #32

Closed
punker76 opened this issue Feb 18, 2013 · 3 comments
Closed

itemscontrol datatemplate usercontrol error #32

punker76 opened this issue Feb 18, 2013 · 3 comments

Comments

@punker76
Copy link
Owner

Original author: Rock8...@gmail.com (February 23, 2011 19:15:51)

What steps will reproduce the problem?

  1. from the codeproject demo, i changed the listbox to itemscontrol
  2. added a datatemplate with usercontrol root
  3. in DragInfo.ctor itemParent remains null

Original issue: http://code.google.com/p/gong-wpf-dragdrop/issues/detail?id=32

@punker76
Copy link
Owner Author

From louis.ko...@gmail.com on January 13, 2012 17:35:13
I had an ItemsControl as well, but gong requires a SelectedItem property so it won't work. We have to use a ListBox instead.

@punker76
Copy link
Owner Author

From Richard....@gmail.com on January 19, 2013 14:38:08
I have a ListView whose View is a GridView. Within the ListView rows there is a GridViewColumn.CellTemplate consisting of a DataTemplate set to 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.

@punker76
Copy link
Owner Author

punker76 commented Aug 7, 2013

should be work with 0.1.3.8

@punker76 punker76 closed this as completed Aug 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant