Skip to content

请问Growl 信息通知如何设置消息停留的时间? #1062

Discussion options

You must be logged in to vote

Hi 🖐,

You can try this (not sure it's working).

GrowlInfo growlInfo = new GrowlInfo() { WaitTime = 33 };
Growl.Success(growlInfo);

33 is just a random value

Here you can findthe source code for Growl : https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Growl/

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ApaulMyLittleAirport
Comment options

@CodingOctocat
Comment options

Answer selected by NaBian
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants