Avalonia.Samples icon indicating copy to clipboard operation
Avalonia.Samples copied to clipboard

Show and hide a split view pane with mvvm

Open Nemonek opened this issue 1 year ago • 0 comments

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:

  • [ ] fix or update to an existing sample
  • [x] add a new sample

What is the current behavior?

Checklist

If this is a new Sample

  • [ ] Added a ReadMe-file
  • [ ] Updated the landing page
  • [ ] Consider submitting a PR to https://github.com/AvaloniaUI/avalonia-docs with a link to your sample in the related documentation page

In any case

  • [ ] Spell-checking done
  • [ ] Checked if all hyperlinks work
  • [ ] Checked if all images are visible

Fixed issues

Nemonek avatar Sep 10 '24 16:09 Nemonek