Releases: thexamlguy/NotificationFlyout
Releases · thexamlguy/NotificationFlyout
NotificationFlyout v1.1.0
- Added
NotificationFlyoutOpening
,NotificationFlyoutOpened
,NotificationFlyoutClosing
, andNotificationFlyoutClosed
events. - Added fallback system tray icons (quickly create a new project without needing to dig around for icons!).
- Added the ability to set an image PNG/JPEG/BMP (along beside your usual ICO format) to the
IconSource
andLightIconSource
. - Added ColorPrevalence support for when the user chose to apply their Windows accent color to the taskbar and notification flyouts.
- Added styling of the
NotificationFlyoutPresenter
viaFlyoutPresenterStyle
property inNotificationFlyout
/. - Moved
EntranceThemeTransition
andThemeShadow
toNotificationFlyoutPresenter
style template to allow the use of theMargin
property to offset the flyout.
First release!
Change log
[x] Adapt to taskbar placement
[x] Use entrance animation similar to those found in the native flyouts
[x] Works across multiple monitors
[x] Switch notification tray icon based on system theme
[x] Notification tray icon context menu
[x] Drop shadow
[x] Can restyle/retemplate the notifiction flyout via the NotificationFlyoutPresenter control
[x] Use current system accent if user chose to use accent color on background surfaces
[x] Remove the gap between the taskbar and the flyout