Set its color to the background color, using something like:
tlm.tlmCellDef_Header.penProp_LineH = New PenProp(Me, 0, Color.White) ' sets horizontal line of header cells
But I have a similar problem: How to hide the bottom line of the table? I need to do this because I am using two tables on the same page and do not want any lines on the first one. I am using a table just to get the benefit of alignment. Any help with this will be appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am making a layout in which Table Layout headercell bottom line should be invisible.
I have done that by doing
col.headerCellDef.pp_LineBottom = White_Pen
Or
col.headerCellDef.pp_LineH = White_Pen
But its not wroking please look into that matter
Please look into that matter which I have raised 'Otto Mayer', I need that functionality badly :(
Thanks in advance
Try it with the ListLayoutManager.
Regards
Otto Mayer
Set its color to the background color, using something like:
tlm.tlmCellDef_Header.penProp_LineH = New PenProp(Me, 0, Color.White) ' sets horizontal line of header cells
But I have a similar problem: How to hide the bottom line of the table? I need to do this because I am using two tables on the same page and do not want any lines on the first one. I am using a table just to get the benefit of alignment. Any help with this will be appreciated