-
Notifications
You must be signed in to change notification settings - Fork 730
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
TreeView control (C++-based, from Windows Universal Samples) can't be used in WASM app #3
Labels
kind/enhancement
New feature or request
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
triage/most-wanted
Comments
I'm updating VS 2017 to 15.7, and will later update Windows to 1803 to see whether the built-in TreeView control will work or not |
Very essential control, please prioritize. Thanks! |
ghuntley
added
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
priority/backlog
labels
May 23, 2019
NicolasChampagne
added a commit
that referenced
this issue
Jul 23, 2019
# This is the 1st commit message: Fix to projitems files # This is the commit message #2: added suggestions from code review # This is the commit message #3: Added a class for DependencyProperty.UnsetValue fix wip # This is the commit message #4: Fix to remove the "collection changed" exception # This is the commit message #5: DataContext were considered valid when set to "UnsetValue" Was causing a problem on Android when coming back from background, the DataContext is briefly set to UnsetValue, causing DependencyProperties to change to their default value. # This is the commit message #6: Fixed exception when using ExponentialEase on Android # This is the commit message #7: Removed useless setting of DataContext in a "reload" scenario. This was mostly happening on Android when the application is coming back from background. # This is the commit message #8: Reverted IShadowChildrenProvider to use the List<T> type
7 tasks
4 tasks
@francoistanguay Can we close this one in favor of #2720 ? |
Let's close this one indeed. |
dr1rrb
added a commit
that referenced
this issue
Oct 1, 2020
WIP: feat(dragdrop): Add support for drag and drop #3
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/enhancement
New feature or request
platform/wasm 🌐
Categorizes an issue or PR as relevant to the WebAssembly platform
triage/most-wanted
Here's the control code:
https://github.com/Microsoft/Windows-universal-samples/tree/win10-1709/Samples/XamlTreeView/cpp/Control
Here's the error during building:
The text was updated successfully, but these errors were encountered: