Is it possible to have a line between rows of a datagrid? I've switched off the alternating color property but would like to have some sort of separation between rows.
Thanks,
Pete
Row separator lines in Datagrids
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 163
- Joined: Tue Jan 26, 2010 10:15 pm
- Contact:
Re: Row separator lines in Datagrids
Hi Pete,phaworth wrote:Is it possible to have a line between rows of a datagrid? I've switched off the alternating color property but would like to have some sort of separation between rows.
Thanks,
Pete
Yes it possible, but not with the API. Simply draw a line in the template of your datagrid form or several lines (one by columns) in the template of your datagrid table.
You will obtain something like this datagrid on the left of the image:

TheSlug
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
Re: Row separator lines in Datagrids
Thanks, sounds like that will work fine.
I don't recognise the screen image you included in your reply - that's not the normal IDE right?
Pete
I don't recognise the screen image you included in your reply - that's not the normal IDE right?
Pete
-
- VIP Livecode Opensource Backer
- Posts: 163
- Joined: Tue Jan 26, 2010 10:15 pm
- Contact:
Re: Row separator lines in Datagrids
Right,phaworth wrote:Thanks, sounds like that will work fine.
I don't recognise the screen image you included in your reply - that's not the normal IDE right?
Pete
That's a screen image of the pugin I'm actually building to help with datagrids: the Data Grid Helper.
Regards,
TheSlug
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel
http://www.aslugontheroad.com - Tutorials, demo stacks and plugins for LiveCode
Data Grid Helper - An intuitive interface for building LiveCode's Data Grids
Excel Library- Extends the LiveCode language for controlling MS Excel