-
Notifications
You must be signed in to change notification settings - Fork 12
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
1. Binding written in xaml is useless; 2. Crash if adorned element is collapsed; #24
Comments
Not sure what you mean by #1 but guessing it is due to the adorner not being in the visual tree. Maybe post a sample? 2# Sounds like a bug. Can you split it up into two issues? |
Sorry for my laziness. Anyway, as for the 1st one, exactly, binding is invalid in xaml if its source is a relativesource or a concrete element(whenever elements are in adorner layer or not). However, I wrote bindings in code behind, they worked! |
|
Try with |
I wrote UI-tests collapsing and restoring the adorned element but they fail to repro the bug. Do you have repro steps? |
No description provided.
The text was updated successfully, but these errors were encountered: