I am using a NumericEditArray in Visual Studio 2005 and am having a tough time getting a horizontal list of four numeric values to line up with four titles above. I currently have a TableLayout with four columns. I have labels in row 1 in each of the columns. I have a NumericEditArray in row 2 that spans all four columns and has four values. The problem is that upon resizing the form my titles and the values in the NumericEditArray are no longer aligned. No combination of anchoring, docking, .autosize will make it work.
What is the best/most commonly used method of using a NumericEditArray and being able to add titles to each of the readings? My TableLayout method seems to be failing miserably. If I fixed the form size I could make it work but I'd like the user to be able to resize if required.
Thank You