GitBook: [master] 23 pages modified

This commit is contained in:
Nick Polyak 2021-10-04 15:32:47 +00:00 коммит произвёл gitbook-bot
Родитель 9183209610
Коммит 43e541a8a7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 07D2180C7B12D0FF
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3651,7 +3651,7 @@ Its `Items` property is bound to `People` collection of the `TestViewModel` clas
Its `ItemsPanel` is set to horizontally oriented `WrapPanel` just to demonstrate that we can change the way Visual items are arranged within the `ItemsPresenter` \(by default they'd be arranged vertically\).
TestViewModelDataTemplate also contains a `TextBlock` to show the total number of people within `People` collection:
TestViewModelDataTemplate has a `TextBlock` to show the total number of people within `People` collection:
```markup
<TextBlock Text="{Binding Path=NumberOfPeople, StringFormat='Number of People: {0}'}"