xamarin/Xamarin.Forms

TabbedPage: tab pages do not disappear when IsVisible=False

开放

#5,291 创建于 2019年2月18日

 (3 条评论) (4 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/3 :clock3:help wantedi/lowt/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

Tab pages in a TabbedPage do not disappear when their IsVisible property is set to False. Instead, the tab remains, but the content of the tab is blank. Not entirely what one would expect.

Steps to Reproduce

  1. Set up a TabbedPage with some tab pages
  2. Set one of the pages' IsVisible property to False
  3. Observe that the page tab does not disappear

Expected Behavior

The entire page is no longer visible.

Actual Behavior

The page tab is visible.

Basic Information

  • Version with issue: 3.5.0
  • Last known good version: Unknown
  • IDE: VS 2017
  • Platform Target Frameworks:
    • Android: 8.1
  • Android Support Library Version: 28.0.1
  • Nuget Packages:
  • Affected Devices:

Screenshots

Reproduction Link

XamarinFormsSample.zip

贡献者指南