reactivemarbles / CrissCross

A Navigation Framework for ReactiveUI based projects
MIT License
41 stars 2 forks source link

Update to include Net 9.0 and a Demo Wpf App #154

Closed ChrisPulman closed 2 weeks ago

ChrisPulman commented 2 weeks ago

Added ViewModel Navigation Control

Update Themes for some of the existing controls without relevant theming

The changes involved updates to the base code by adding controls and enhancements for page navigation functionality. In this Pull request a Navigation Control is provided for the Left side and the Top Side to allow navigation.

The configuration of the Navigation is setup through a collection of NavigationModel's.

Updated to provide support for the current .Net versions and remove support for versions of dotNet that are no longer in support.

Add a Presentation Application as a demonstration of the controls available.