Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
3 answers
3k views

Cannot use Margin "Thickness" value

Using Visual Studio C#: I am trying to dynamically add some PictureBoxes to a TableLayoutPanel called "MapGrid". As far as my Googling can tell, this: MapGrid.Controls.Add(new PictureBox() ...
user2989764's user avatar
8 votes
3 answers
43k views

set panel border thickness in c# winform

I have searching and the result cannot solve my case. Actually I have a panel and I want the panel have thicker border than Windows given. I need BorderStyle BorderStyle.FixedSingle thicker.. ...
rifleon's user avatar
  • 125