Grid’s SharedSizeGroup and * sizing
DefinitionBase.SharedSizeGroup Property (Microsoft Docs): Columns and rows that participate in size-sharing do not respect Star sizing. In the size-sharing scenario, Star sizing is treated as Auto If you use star then all columns would be the same width, so you should assign the same SharedSizeGroup to all if you do not mind the auto-sizing aspect: … Read more