Internal low-level interface for layout interactions between IColumns and IColumn.
public interface IUpdateColumnLayout : IColumn, INotifyPropertyChanged
kind:method, kind:property, kind:ctor. Press Esc to clear.MaxActualWidthGets the maximum actual width of the column.MinActualWidthGets the minimum actual width of the column.StarWidthWasConstrainedGets a value indicating whether the column is a star-width column and its width was constrained by its min/max width in the last call to CalculateStarWidth(Double, Double).CalculateStarWidth(Double, Double)Requests a star-width column to calculate its ActualWidth.CellMeasured(Double, Int32)Notifies the column that a cell has been measured.CommitActualWidth()Requests a column to set its final ActualWidth based on the size calculated via CellMeasured(Double, Int32) and CalculateStarWidth(Double, Double).SetWidth(GridLength)Notifies the column of a change to its preferred width.