AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
https://www.avaloniaui.net
674 stars 114 forks source link

Show and hide a split view pane with mvvm #99

Open Nemonek opened 1 month ago

Nemonek commented 1 month ago

What does the pull request do?

This pull request adds two samples to the repository. Both shows how to open and close a SplitView's Pane with MVVM. One does so by using Reactive UI, while the other does not use any framework, just the INotfyPropertyChangedInterface.

Scope of this PR:

What is the current behavior?

Checklist

If this is a new Sample

In any case

Fixed issues