Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Tooltips on items (Read 2715 times)
Jos
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: May 25th, 2010
Tooltips on items
May 25th, 2010 at 7:12am
Print Post  
Hi,

I was wondering if there is an easy way to use tooltips on Items.

I've made custom templates with the use of your online help, but cannot find any help on how to implement tootltips.

Could you point me in the right direction?

Kind regards,

Jos ter Doest
WiZZiX
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Tooltips on items
Reply #1 - May 25th, 2010 at 7:50am
Print Post  
Have you tried setting the ToolTipService.ToolTip attached property on the root element of your template? For example, if the root element in your template is a Grid, here is a code associating a tooltip with this element:

Code
Select All
<Grid ToolTipService.ToolTip="Hello" ... 


Let me know if this helped.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Jos
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 6
Joined: May 25th, 2010
Re: Tooltips on items
Reply #2 - May 26th, 2010 at 6:58am
Print Post  
Thanks,

My root element is the ResizeBand and it's working fine. Should have known it was that easy  Embarrassed

Grtz, Jos
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint