Skip to content

DevExpress-Examples/winforms-grid-hide-vertical-lines-between-certain-columns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - Hide vertical lines between certain columns

This example demonstrates how to hide vertical grid lines for specific columns by handling the grid.Paint event (draw vertical lines with cell background color).

Note

Alternative Method: Set the ShowVerticalLines property to DefaultBoolean.False to hide all vertical lines, and draw vertical lines inside certain cells by handling the CustomDrawCell event.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)