how to get a gridcell width to match the content?
So I have a 3 column (1 row) gridview and want to make one of them the width dimension to match the content, then the 2nd the be fixed, and the 3rd to be on auto.
For example: i have city = cell1, state = cell2, and zipcode = cell3
city state zip
since the city width size can be very dynamic in size depending on the # of characters I want its size to be dependent on the content, and immediately following its size that matches its content I want cell2 to be fixed (which is easy), and the last one cell3 can be on auto...
How do i do this?