1
Answer

How to set GridLayout?

Cami

Cami

10y
964
1
I have done so before in Java, laying out buttons using GridLayout, and now I'm wondering how that can be achieved in C#? Will using TableLayoutPanel produce similar results?
 
What I'm trying to achieve here is that I'm going to create rows and columns of buttons (for a game). 
Answers (1)