Skip to content

Multiple DrawingViews? #794

Closed Answered by Ghostbird
maslewandowski asked this question in Q&A
Nov 29, 2022 · 6 comments · 2 replies
Discussion options

You must be logged in to vote

The fix is to change the line I link above to:

nameof(Lines), typeof(ObservableCollection<IDrawingLine>), typeof(DrawingView), defaultValueCreator: (_) => new ObservableCollection<IDrawingLine>(), defaultBindingMode: BindingMode.TwoWay);

I'll make a PR after lunch.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@maslewandowski
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Ghostbird
Comment options

Answer selected by VladislavAntonyuk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants