I have a list view
when I click into an icon in the listview it displays a doc file.When I close the doc file,the selected item moves in the listview control.What can i do if i don't want the items in the listview to move?
thanks
Printable View
I have a list view
when I click into an icon in the listview it displays a doc file.When I close the doc file,the selected item moves in the listview control.What can i do if i don't want the items in the listview to move?
thanks
What do you mean "its moves"? the selection moves or the listviewitem itself moves?
yeah,when i click into an item and after viewing the file,the selected item moves whereas the other icons disappear
Can you post your code for that procedure? Is your listview in Icon view and do the items reappear if you refresh the form by doing a minimize/resote on the form that contains the listview?
Again, the selection moves to another item or the coordinates of the item moves?
I think he means that his view his icons are moveable.
Change the "view" property to list or report and they stay stuck.
.VB Code:
I think he means that his view his icons are moveable. Change the "view" property to list or report and they stay stuck
thanks it worked