1
Reply

How to set GridLayout?

Cami

Cami

Aug 31 2014 3:05 AM
949
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)