Hi guys,
what is this code part doing. I have seen this inside a custom control in WPF.
this.InvalidateMeasure(); this.UpdateLayout();
Both commands are together. I guess the first one is invalidating some measure flag or something but what are those two doing together?