TableLayoutPanel

0
0

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

 

 

 

  • You must to post comments
0
0

Is it possible to edit the theme? I searched a lot but couldn’t find the right place for bootstrap ?

  • You must to post comments
0
0

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

//

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.