PDA

View Full Version : ListView with group header in Monodroid



vsr28
07-29-2011, 06:29 AM
Hi All,

I want to create ListView with Group Header. Suppose i have person's contact list in an array and i want to display it in ListView. First header text will be alphabet "A" and all name starting by A will be listed below it. Again after that alphabet "B" will be the header text and all name starting by B will be listed below it and so on.

Need this output in monodroid(C# coding).

Please help me out ASAP.

Thanks in advance.