Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下语法在列表视图项上应用工具提示:-
listViewSample.ShowItemToolTips = true; listViewitem.ToolTipText = sItemToolTip;
这里
listViewSample 是列表视图名称 listViewitem 是列表视图项目名称 sItemToolTip 是工具提示字符串
但它仅在第一个子项上显示工具提示。
如何在项目的所有子项目上显示它。