Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.23 KB

Readme.md

File metadata and controls

47 lines (22 loc) · 1.23 KB

WpfPlayground

This solution has been created to contain various projects about WPF development.

The projects in this solution use .NET 8 and WPF.

Projects

AdvancedZoomAndPanSampleApp

This project is about a custom content control that can be used to zoom and pan its content. More info

ConsoleApp

DragDropSample

Demo project to learn how to use drag and drop. More info

WpfLoggingDemo

Demo project to learn how to activate logging features. More info

WpfPanAndZoom

This project is about a control derived from Canvas with zoom and pan features. More info

WpfPlayground.NpControlsLib

WpfPlayground.SampleApplication

This WPF project was created following videos by Nick Cosentino in his YouTube Channel DevLeader. More info

Resources