0

I have a janous grid , and i need put divider between two columns or set thick line between columns. how to do it?

enter image description here

Paulo Morgado
  • 14,111
  • 3
  • 31
  • 59
Iraj
  • 1,492
  • 5
  • 18
  • 42

1 Answers1

0

You need to set the Grid's Property OwnerDrawnAreas to ColumnSetHeaders then utilize the event DrawGridArea to draw the ColumnSet with your custom layout.

Adel Khayata
  • 2,717
  • 10
  • 28
  • 46
  • thanks for response . property OwnerDrawAreas not any value equal ColumnSetHeaders. can you show any example or more explain about it? – Iraj Mar 07 '14 at 10:26