2

i need some advise on tooltip behaviour.

i have tested the following:

gameFormToolTip.Show("hello", HomeTableLayoutPanel, 30000);

gameFormToolTip.SetToolTip(HomeTableLayoutPanel, GameModel.alphaCoords(HomeTableLayoutPanel.GetCellPosition(nowPicStrl).Column) + "," + HomeTableLayoutPanel.GetCellPosition(nowPicStrl).Row);

but in both cases the tooltip displays only for few fractions of a second. i have tried changing autopopdelay also and the behaviour stays the same!

am i missing something here? how can i make the tooltip stay on for longer?

thank you.

1 Answer 1

3

I think you should set ToolTip.AutomaticDelay property (value in milliseconds) otherwise tooltip will display only for 500ms.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.