Browse Source
Based on selected list item. Trying to reproduce the leak seen in Core2D.pull/467/head
8 changed files with 36 additions and 28 deletions
@ -0,0 +1,6 @@ |
|||
<UserControl xmlns="https://github.com/perspex"> |
|||
<StackPanel> |
|||
<TextBlock Classes="h1" Text="{Binding StringValue}"/> |
|||
<TextBlock Text="{Binding Detail}"/> |
|||
</StackPanel> |
|||
</UserControl> |
|||
@ -1,3 +0,0 @@ |
|||
<UserControl xmlns="https://github.com/perspex"> |
|||
<TextBlock Text="{Binding Content}"/> |
|||
</UserControl> |
|||
@ -1,9 +0,0 @@ |
|||
using ReactiveUI; |
|||
|
|||
namespace BindingTest.ViewModels |
|||
{ |
|||
public class TestUserControlViewModel : ReactiveObject |
|||
{ |
|||
public string Content { get; } = "User Control Content"; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue