Looking for a WPF control.
-
I'm looking for a control that does the following. When I do an action in my UI, I want to have a small window that slides in an out showing a small explanation text. For example, I have a "copy" button that will put something on the clipboard. I want to show a quick message that said "XYZ copied on the clipboard" the message will slide in and out of the main window. I was looking at with an animation but I'm not sure it's what I want. Or do you have a better alternative ? Thanks.
CI/CD = Continuous Impediment/Continuous Despair
-
I'm looking for a control that does the following. When I do an action in my UI, I want to have a small window that slides in an out showing a small explanation text. For example, I have a "copy" button that will put something on the clipboard. I want to show a quick message that said "XYZ copied on the clipboard" the message will slide in and out of the main window. I was looking at with an animation but I'm not sure it's what I want. Or do you have a better alternative ? Thanks.
CI/CD = Continuous Impediment/Continuous Despair
Perhaps the same notification control that VS Code uses? GitHub - Enterwell/Wpf.Notifications: WPF notifications UI controls (as seen in VS Code)[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
Perhaps the same notification control that VS Code uses? GitHub - Enterwell/Wpf.Notifications: WPF notifications UI controls (as seen in VS Code)[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
thanks, will have a look at it. :rose:
CI/CD = Continuous Impediment/Continuous Despair
-
Perhaps the same notification control that VS Code uses? GitHub - Enterwell/Wpf.Notifications: WPF notifications UI controls (as seen in VS Code)[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
it looks nice, even if it is a little bit "in your face". Will experiment with look and feel. Thanks again
CI/CD = Continuous Impediment/Continuous Despair