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

Add to LayoutDocument CanHide property returning false #199

Merged

Conversation

bdachev
Copy link
Contributor

@bdachev bdachev commented Sep 4, 2020

Hi Dirk, here's my alternative idea for fixing #196. Adding CanHide always returning false to LayoutDocument seems safe change. That would also avoid Binding warnings that would otherwise occur due to missing property in LayoutDocument:
System.Windows.Data Warning: 40 : BindingExpression path error: 'CanHide' property not found on 'object' ''LayoutDocument' (HashCode=42353227)'. BindingExpression:Path=CanHide; DataItem='LayoutDocument' (HashCode=42353227); target element is 'LayoutDocumentTabItem' (Name=''); target property is 'NoTarget' (type 'Object')

@Dirkster99
Copy link
Owner

You are right, this is the better fix - thanks for your feedback :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants