I want to make a table header:
The steps I have taken
- Made a user control
- Placed a TableLayoutPanel on it(this is basically a grid layout?)
- Added and removed the number of columns/rows I wanted
- Placed a label in each cell
- For each label set its dock to fill and borderstyle to fixedsingle
However the borders are not lined up against each other but instead there is a gab, that makes the whole thing look very ugly.
The border size is also very small, how can I make it bigger?