List View Column delete [modified]
-
my listview structure is like below columns column1 column2 column3 1 abc 100 2 def 100 3 ghi 100 after running the below code
ListView_DeleteColumn(hListView,0)
list view is re arranged like this column2 column3 1 abc 2 def 3 ghi am i doing some thing wrong ? :( pls help me thnks in advance...
modified on Friday, April 30, 2010 6:02 AM
-
my listview structure is like below columns column1 column2 column3 1 abc 100 2 def 100 3 ghi 100 after running the below code
ListView_DeleteColumn(hListView,0)
list view is re arranged like this column2 column3 1 abc 2 def 3 ghi am i doing some thing wrong ? :( pls help me thnks in advance...
modified on Friday, April 30, 2010 6:02 AM
what the "ListView_DeleteColumn" function do? it's not a .net function...so write the code here if you want an answer :doh: