Visually linking items in a grid
https://stackoverflow.com/questions/1443549
No correct solution
OTHER TIPS
You have to do following things, Suppose you have three columns in the grid and one item is in the first column and second item is in the third column and you have to draw line between them. and I am supposing that all the columns of the grid has same width.
- Write style for the button which only contain the line.
- now set the left margin and right margin of the line ( which will be the button and style of the button , you have created as I have mention above), to the half size of the columns width, and set the columnSpan of the line button to 3.
Hope that will help.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow