C CidTek Active Member Licensed User Longtime User May 13, 2014 #1 Any ideas on how to do this since a native method does not seem to exist. This assumes I have the row position.
Any ideas on how to do this since a native method does not seem to exist. This assumes I have the row position.
NJDude Expert Licensed User Longtime User May 13, 2014 #2 If you have the row position then you could do this: B4X: MyPosition = 5 ... ListView1_ItemClick(MyPosition, Null) ... 'Which is the same as calling: ListView1_ItemClick(5, Null) Upvote 0
If you have the row position then you could do this: B4X: MyPosition = 5 ... ListView1_ItemClick(MyPosition, Null) ... 'Which is the same as calling: ListView1_ItemClick(5, Null)