ListView SubItem Rollover
-
How do I do a rollover on a subitem in a listview so it displays all the test when the column is sized less than the text (i.e. the user can't see all the test in the grid so a rollover shows the full text). Thanks.
-
How do I do a rollover on a subitem in a listview so it displays all the test when the column is sized less than the text (i.e. the user can't see all the test in the grid so a rollover shows the full text). Thanks.
Hello What you are talking about is ListView.LabelWrap property. Set it to true. Yet it only works on the icons view. For other views I guess you'd have to make a custom ListView or something...
Regards:rose:
-
Hello What you are talking about is ListView.LabelWrap property. Set it to true. Yet it only works on the icons view. For other views I guess you'd have to make a custom ListView or something...
Regards:rose:
Thanks for your response. I'm trying to do it on the details view.