hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

Popup placement and offsets added #32

Closed MaksymSlota closed 2 years ago

MaksymSlota commented 4 years ago

Issue https://github.com/hardcodet/wpf-notifyicon/issues/25

  1. Add ability to place popup not only near the mouse cursor.
  2. PopupHorizontalOffset and PopupVerticalOffset added.
  3. Show and close popup from code behind
Lakritzator commented 4 years ago

Hey cool, I'll need to look at this, this will take a bit.

samhocevar commented 3 years ago

This is great because it will make it easier fix a problem where navigating through the notification icons with WindowsB and the arrow keys currently shows the popup under the mouse cursor, wherever it is.

alex-lapuka commented 3 years ago

@Lakritzator Did you have a chance to review this changes? I need this feature for my project.

samhocevar commented 3 years ago

@MaksymSlota maybe you could merge the current master branch into this one so that your PR no longer has conflicts? I tested it and it merges gracefully.