0

I have used the following syntax to apply tooltip on a list view item :-

listViewSample.ShowItemToolTips = true; listViewitem.ToolTipText = sItemToolTip;

here

listViewSample is listview name listViewitem is listview item name sItemToolTip is tooltip string

But it shows tooltip on only on first subitem.

How can I show it on all subitems of a item.

  • I think the answer is here [c#: show tooltip on subitem][1] or here [How to set tooltip for a ListviewSubItem][2] Please use search. [1]: http://stackoverflow.com/questions/11839323/c-show-tooltip-on-subitem [2]: http://stackoverflow.com/questions/13069137/how-to-set-tooltip-for-a-listviewsubitem – IDeveloper Oct 30 '13 at 04:27
  • Want to do it without any event. – Manak Ram Seervi Oct 30 '13 at 05:09

0 Answers0