You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ed Expander inside
The problem here is that the first parent Expander also get the Expanded and Collapsed events. So we must look for the OriginalSource which must be also the sender.
@offan Thanks for reporting this nasty behavior. This will be fixed in next release (final release).
The problem here is that the first parent Expander also get the Expanded and Collapsed events. So we must look for the OriginalSource which must be also the sender.
When a nested expander closes, the upper expander close.
Example
` <Expander
ExpandDirection="Down"
The text was updated successfully, but these errors were encountered: