Can you enable grid lines to show in table?

razz

Well-known member
Joined
Oct 11, 2008
Messages
67
Programming Experience
Beginner
I used a table as part of one form and I would like the grid lines to show (they show when in editing mode but do not show when I run Debugging).

Is there a way to have the grid lines show?

Thank you for your time.
 
A "table"? There is no Table control in windows forms, but there is a "TableLayoutPanel", is this what you are referring to? If so try the CellBorderStyle property.
 
Back
Top