All Questions
2 questions
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()
...
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..
...