I have a Grid and a Label in a column of the Grid. The Width of the ColumnDefinition of the column containing the Label is “GridLength.Auto”. Then the “Width” property of the Label returns –1. How do I get the actual width of the Label? I do not see it in any of the properties of the Label.
↧