I've browsed the api, and only seen EnableGridLines, but I wish to
disable only the horizontal lines on the grid, I thought the
SetGridLineColour would be an option, but just like the latter it
affects both lines. So is there another possible way to remove it?
No. But you could turn off both sets of lines, and then use custom renderers that draw a line on their right side, although I'm not totally sure that the lines will completely join up with the lines for the cells above and below....
···
On 6/29/11 3:20 PM, karentinedo wrote:
I've browsed the api, and only seen EnableGridLines, but I wish to
disable only the horizontal lines on the grid, I thought the
SetGridLineColour would be an option, but just like the latter it
affects both lines. So is there another possible way to remove it?
--
Robin Dunn
Software Craftsman