Deleting selected items from list control
-
Hi, Right now i am able to delete single selected row from the listcontrol. Can you please tell me how to delete all those selected rows if i select more than one row from list control.(selection of rows can be done either by mouse click along with "Ctrl" button on keyboard or with the help of arrow buttons on keyboard along with Shift button) Harsha
-
Hi, Right now i am able to delete single selected row from the listcontrol. Can you please tell me how to delete all those selected rows if i select more than one row from list control.(selection of rows can be done either by mouse click along with "Ctrl" button on keyboard or with the help of arrow buttons on keyboard along with Shift button) Harsha
Use of
GetFirstSelectedItemPosition/GetNextSelectedItem
WhiteSky
-
Use of
GetFirstSelectedItemPosition/GetNextSelectedItem
WhiteSky
thanks a lot..:)
-
thanks a lot..:)
You're welcome ;)
WhiteSky