Hi,
I use the scrolling mode with tooltips but the first column of the grid is an image ! I would like to link the tooltips to another columns.
How can I do this ?
Thanks for the help
Regards
Check in the xaml resources Dictionary located at : C:\Program Files\Infragistics\NetAdvantage for WPF 2007 Vol. 2\DefaultStyles\DataPresenter
You have a sample for each control, you can easily set up your own template by using "RecordScrollTip.
Hope it helps
Is there a way to specific a custom control template for the scroll tip? Would I be able to just add another field to the grid, set it as hidden, and set the IsScrollTipField property to true? Will the scroll tip area display collapsed/hidden columns?
Thanks