views:

36

answers:

1

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.

A: 

You'll need to use data binding.

Jeff Wilcox