Notification-Popup-Window
Notification-Popup-Window copied to clipboard
Scroll
the scrolling option doesn't work when I set it to true , I can't see the text when I scroll in the notif cause I have many rows in it, can you please fix this or is there something I can do about it ?
With the current design it is not possible to add scrolling when the text is large. I'll try to see what I can do in my forked repo at https://github.com/LiorBanai/Notification-Popup-Window
I will waiting for you respond if you managed to add the scroling , thank you !
I have added auto size option. You need to enable
popupNotifier.AutoContentHeight=true;
please go to: https://github.com/LiorBanai/Notification-Popup-Window/releases/tag/V1.3.0 but it better to use nuget: https://www.nuget.org/packages/LiorBanaI.NotificationWindow/1.3.0
@hamdiayadi , did you check the new version? does it meet your needs?
hello , sorry for the late reply since I didn't notice your email ..thank you for adding this feature , I tried to use your repo in visual studio but I got this error "Error Unable to install the "LiorBanai.NotificationWindow 1.3.0" package. You are trying to install this package in a project targeting ".NETFramework, Version = v4.6.1", but the package does not contain any content files or assembly references compatible with this framework. For more information, contact the creator of the package. ". so what should I do in this case ?
On Sat, 6 Mar 2021 at 22:18, Lior Banai [email protected] wrote:
@hamdiayadi https://github.com/hamdiayadi , did you check the new version? does it meet your needs?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Tulpep/Notification-Popup-Window/issues/20#issuecomment-792056185, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASKKJNBRZTISW2M4AUZGCDLTCKLZXANCNFSM4VQPRZFQ .
Oh you are using v4.6.1. I'll add support for it in few hours
@hamdiayadi , I have released version 1.4.0 which supports v4.6.1. give it a try.