If we understand your question right, you need thick vertical grid lines. iGrid has the GridLines object property you should use for that. For instance, we could set the vertical grid lines width to 3 pixels and remove the horizontal grid lines at all using this code:
You could also get some special "effects" using the Color sub-property. For instance, you could set the grid lines color to the color of the grid background, and in this case you would see empty vertical spaces between your columns.
Edited by user
14 years ago
|
Reason: Not specified