Silverlight ToolTipService
Posted
by user221919
on Stack Overflow
See other posts from Stack Overflow
or by user221919
Published on 2010-05-30T07:59:34Z
Indexed on
2010/05/30
8:02 UTC
Read the original article
Hit count: 364
Silverlight
|silverlight-3.0
Hi
I am setting the toolTip to button dynamically using :
ToolTipService.SetToolTip(btnhello, "Hello World !");
I need to add additional some data dynamically in this tooltip with xaml control.
Please help me on this issue.
Waiting for your valuable thought.
Thanking You.
© Stack Overflow or respective owner