F Fox Active Member Licensed User Longtime User Apr 24, 2011 #1 Hey guys is it possible that i can remove the begin and end line of an field in listview? By code?
derez Expert Licensed User Longtime User Apr 25, 2011 #2 listview1.removeat(listview1.size - 1) '- for the last listview1.removeat(0) ' - for the first Upvote 0