Merge pull request #957 from telerik/didi/tabview-typo

fix typo in property explanation
This commit is contained in:
Didi Yordanova 2021-09-09 14:35:35 +03:00 коммит произвёл GitHub
Родитель 1017a25fe9 17bbb2077f
Коммит cab6252bac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -17,7 +17,7 @@ position: 3
* **Content**(*Xamarin.Forms.View*): Defines the content of the TabView Item
* **IsSelected**(*bool*): Defines the selected TabView item.
* **IsEnabled**(*bool*): Defines whether the TabView Item is enabled/disabled. By default `IsEnabled` is `True`.
* **IsVisible**(*bool*): Specified whether the TabView Item is visible/hidden. **IsVisible** is supported only with the TabView `IsContentPreserved` property set to `False`.
* **IsVisible**(*bool*): Specifies whether the TabView Item is visible/hidden. **IsVisible** is supported only with the TabView `IsContentPreserved` property set to `False`.
>important TabViewItem **IsVisible** is supported only in scenarios where "IsContentPreserved" property of the TabView is **False**. If you try to hide an item (set "IsVisible" to **False**) when "IsContentPreserved" is enabled, an **InvalidOperationException** will be raised.