问题
I have been looking around for a solution to this but fail to find it anywhere.
I am currently making a management program for an organization which handles kids with special needs. They need to keep track of a lot of data, etc.
I have placed the data in a GroupBox with TableLayout using Drag N' Drop. However the elements do not align. The left side seems to be docked in the upper left corner of a cell while the right side seems to be docked in the lower right corner of a cell.
How would I solve this so they are both centered in their respective cell?
回答1:
The alignment of controls placed in a TableLayout cell can be influenced by the anchor setting of these controls.
You can align your controls Middle-Center by setting the Anchor property of your Labels and TextBoxes to None.
来源:https://stackoverflow.com/questions/19406574/alignment-of-items-in-groupbox