Click to See Complete Forum and Search --> : tableLayoutPanel grid orientation


ikurtz
October 27th, 2009, 03:18 PM
im trying to use the tableLayoutPanel in my application but am stuck.

the panel seem to work on a grid system the is (y,x) and not (x,y).

i.e. on a (col, row) system and not a (row, col) system.

is there any way i can change this coordinate system?

please advise.

ikurtz.

Alex F
October 28th, 2009, 01:51 AM
(col, row) is (x, y) system.
Column number is x coordinate.
Row number is y coordinate.
Yoy just need to change a way you think about this.