Next steps for the Avalonia Viewer:
- A two-way bindable property on
ControlrViewer for IsNavMenuVisible.
- A new enum
ControlrFeaturethat represents available features and will correlate to nav menu items and the features they load.
- New property in
ControlrViewerOptions for InitialFeatureView, which controls the initial feature to load on initialization.
- New property in
ControlrViewerOptions for InitialFeaturesAvailable, which will control the features available in the nav menu on initialization (if shown).
- Consumer-facing API that exposes internal services in a more discoverable manner (e.g. toggling features, driving
INavigationProvider with the new enum, etc.).
Next steps for the Avalonia Viewer:
ControlrViewerforIsNavMenuVisible.ControlrFeaturethat represents available features and will correlate to nav menu items and the features they load.ControlrViewerOptionsforInitialFeatureView, which controls the initial feature to load on initialization.ControlrViewerOptionsforInitialFeaturesAvailable, which will control the features available in the nav menu on initialization (if shown).INavigationProviderwith the new enum, etc.).