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

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

c# - How to use process.StartInfo.Arguments in command prompt? -