Cami

Cami

  • NA
  • 1
  • 1.3k

How to set GridLayout?

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