-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Damian edited this page Aug 2, 2023
·
11 revisions
Welcome to the non-functional Outlook'ish desktop app driven by Prism.Avalonia!
This repo demonstrates various features of the Prism.Avalonia library's contained in a UI that is familiar.
If you'd like to add a feature, create an issue and/or an accompanying PR, so we can get it in. Please keep in mind, we ask that new features follow a couple of simple rules:
- The code should be simple and minimalistic
- Use clean and concise formatting
- Keep the code self-contained, so that it can be easily copied/pasted into other projects.
- Try not to rely on 3rd-party controls. Keep this Prism.Avalonia and Avalonia specific.
- Prism Dialogs
- Prism Modules
- Prism Region Adapters
- StackPanel, Grid, TabControl
- Avalonia Notifications
- Tabbed Page Active Aware Behavior
- GitHub - Prism MultiPageActiveAwareBehavior
- GitHub Gist - IRegionHosted in TabControl
- GitHub - Form.Tabs
- Navigation with TabControl - Blog
- Extending Prism and Add Tabs Async (Xamarin.Forms) - YouTube
- Custom Region Adapter - YouTube
- Mastering TabControl - PluralSight
- Preventing Tab Switching with IConfirmNavigationRequest- StackOverflow
- Upgrade to Avalonia v11.x
-
Avalonia XAML Behaviors
- XAML Event Triggers to command bindings