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

ItemsModel3D [UWP] doesn't implement ItemTemplateSelector #1203

Closed
SnowyWreath opened this issue Jul 22, 2019 · 0 comments
Closed

ItemsModel3D [UWP] doesn't implement ItemTemplateSelector #1203

SnowyWreath opened this issue Jul 22, 2019 · 0 comments

Comments

@SnowyWreath
Copy link
Contributor

In the methods OnItemsSourceChanged and ItemsModel3D_CollectionChanged in the ItemsModel3D class, there is a check for an item template, but then no check for an ItemTemplateSelector before trying to use the item directly. However, the ItemTemplateSelector dependency property is available. Using it results in an InvalidOperationException because ItemTemplate is null but the items are not Element3D objects.

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

2 participants