Exemplo n.º 1
0
 protected override Size MeasureOverride(Size constraint)
 {
     Chrome.Measure(constraint);
     return(Chrome.DesiredSize);
 }