1
0
Форкнуть 0
This commit is contained in:
Javier Suárez Ruiz 2019-05-27 19:23:30 +02:00
Родитель 44e1bc42bd
Коммит ab871fe898
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -92,6 +92,12 @@ The creation of a Xamarin.Forms layout goes through two phases:
* **Invalidation** cycle: The process of recursive notification to the parent node.
* **Layout** cycle: After invalidating, we proceed to the reorganization of elements marked as _"invalidated"_.
The Invalidation cycle:
![Invalidation](images/layoutinvalidation.png)
The Layout cycle:
![Layout](images/layout.png)
In the following chart we have the time in milliseconds of **UpdateChildrenLayout** in each Layout. The example to render:
The result: