Hi,
I'm trying to set grid's appearance in FF and IE 6/7. I have 5 columns to display in grid. I want that these columns will take all width of grid.
I put the code:
but it's not working. I have empty place in grid between columns and border. I showed this situation below:
_________________
| free columns free |
| columns |
|_________________|
How can I mend it?
I'm trying to set grid's appearance in FF and IE 6/7. I have 5 columns to display in grid. I want that these columns will take all width of grid.
I put the code:
grid.HorizontalAlign = HorizontalAlign.Justify; |
but it's not working. I have empty place in grid between columns and border. I showed this situation below:
_________________
| free columns free |
| columns |
|_________________|
How can I mend it?