I have a janous grid , and i need put divider between two columns or set thick line between columns. how to do it?
Asked
Active
Viewed 192 times
1 Answers
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