The list itself is fine it expands using anchors to fill the space available, I have created a list with two columns. I want the second column to retain its width as set by the user. The first column should expand to fill the remaining space. The second column will basically end up at the far right. I know how to calculate this, I just don't know how to adjust the width of the columns in code.
I might be going about it the wrong way, maybe anchors in the columns? but I'm not sure how to get to the columns objects either. I'm creating the list in code rather than using the designer.