You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Hello guys , I wonder if I could insert more than one columns at ListView and display a header label above any column
Any ideas??
Bruce Cropley
unread,
Nov 18, 2014, 1:54:36 AM11/18/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kivy-...@googlegroups.com
Hi Christos
The ListView is very powerful, but has a steep learning curve. It can be used for more than one column. To add a header line, I found it best to just add it in kv as a GridLayout of Labels, spaced to line up with the columns. I didn't want it to scroll with the data, so that worked fine for me.