Click here to Skip to main content
15,922,015 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai Friends.........
please help me, i have to display some heading horiztally,i mean row wise in a listview using XMAl.
how is it possible? how can i do it.
Please help me...........
Posted

1 solution

style your listview like this
HTML
<listview.itemspanel>
    <itemspaneltemplate>
        <stackpanel orientation="Horizontal"></stackpanel>
    </itemspaneltemplate>
</listview.itemspanel>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900