Wpf How to set Grid Column ActualWidth -
is possible in grid
control set actualwidth
of column
? property has getter. may there other way assign value it?
i can set minwidth
, can set width
, think logical have possibility set actualwidth
.
set column's width
property:
column.width = new gridlength(100, gridunittype.pixel);
Comments
Post a Comment