If you use Width="*"
the column will fill to expand the available space.
If you want all columns to divide the grid equally apply this to all columns. If you just want one to fill the remaining space just apply it to that column with the rest being "Auto" or a specific width.
You can also use Width="0.25*"
(for example) if you want the column to take up 1/4 of the available width.