Hi
I want to create cell border for TableLayoutPanel, but ı dont do it for wisej 3.0
tableLayoutPanel1.CellBorderStyle = TableLayoutPanelCellBorderStyle.Single;
How can i solve this problem ?
Thanks
Is it possible to edit the theme? I searched a lot but couldn’t find the right place for bootstrap ?
Hi Hsoft,
Unfortunately, we don’t have that property in the TableLayoutPanel because it’s a single-panel container, there are no cells on the UI.
You can use the Canvas control, Line control or Shape control to draw lines.
HTH,
Alaa
//
Please login first to submit.