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

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -