I have an UltraGrid with 3 columns, I only want the first column to change size. Right now all the columns are staying proportional to each other. I know it is something simple, but I cannot figure out what to change to get the last two columns to stay at a fixed with of 65. I am setting the Width, MinWidth, and MaxWidth on them.
Sam
Hi Sam,
If you are setting MinWidth and MaxWidth and the column size is still changing, then something is wrong. That should work.
What is the AutoFitStyle you are using?
Are you using RowLayouts?