I have a grid with its two last columns filled with button widgets. I want them to be a set size, but I want the columns to be percentage based in order to fill the entire grid. Currently, setting a set size for the button columns results in them either being cutoff or there being excess grid space to the right of them. I’ve tried setting combinations of percentage widths, set widths, minwidth, and maxwidth for the button columns, but nothing results in what I want. Is there a way to do this cleanly?