ListView
-
hellow to all .. i am working on a listview and i am looking for a way to make an item on the listview not Visible , i didn't find how to do this ... anyone have any idea ? thxx
-
hellow to all .. i am working on a listview and i am looking for a way to make an item on the listview not Visible , i didn't find how to do this ... anyone have any idea ? thxx
You could always set the column width equal to zero.
Mike Lasseter
-
hellow to all .. i am working on a listview and i am looking for a way to make an item on the listview not Visible , i didn't find how to do this ... anyone have any idea ? thxx
Idividual items in the ListView cannot be made visible/invisible. Using the standard controls, the only way to make an item not show up is to removed it from the list.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
You could always set the column width equal to zero.
Mike Lasseter
i can't set the nodes width equal to zero ....
-
Idividual items in the ListView cannot be made visible/invisible. Using the standard controls, the only way to make an item not show up is to removed it from the list.
Dave Kreskowiak Microsoft MVP - Visual Basic
yaa i know but it is bad idea when u are using the nodes number and when u move one the count get mixed up ..