Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常可以控制Grid设置吗?该属性只有吸气剂。可能还有其他方法可以为其分配一些价值吗?ActualWidthColumn
Grid
ActualWidth
Column
我可以设置MinWidth,可以设置Width,所以我认为有可能设置是合乎逻辑的ActualWidth。
MinWidth
Width
设置列的Width属性:
column.Width = new GridLength(100, GridUnitType.Pixel);