Update to include Net 9.0 and a Demo Wpf App #154
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.