09-11-2012 09:11 AM
Hello,
I have to create the list view which has grouped the contact name using its first letter.
Now ,I want to know that is it possible to view particular item in the listview with header.
I mean at a time only one group should be open. and at first all the group should be invisible.
Whichever group user will tap the contact under that group should be visible,
So I tried that with the current listview with header.
But I am not able to do the working as I want.
So is anyone had done that thing with the default listview.
Is it possible??
If yes then how I can achieve it?
I want exact working as expandablelistview in the android.
thanks in advance.
bskania.
Solved! Go to Solution.
09-11-2012 09:56 AM
Try to look at this sample : https://github.com/blackberry/Cascades-Samples/tre
Hope it helps
09-12-2012 01:07 AM