xamarin/Xamarin.Forms

Not able to Bind a list of items within a TableView's TableSection

开放

#5,459 创建于 2019年3月5日

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

仓库指标

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

描述

Description

Not able to create a list within a Table Section well as always having problems with ViewCells. If BindableLayout worked on a TableSection that would be most useful, or if the ViewCells could pick up these changes in the StackLayout.

Steps to Reproduce

  1. Create a Table View with a Table Section and ViewCell
  2. Then add a StackLayout with a BindableLayout.ItemSource and ItemTemplate
  3. Populate the Datasource this is bound to
  4. Items do not display

Expected Behavior

Items Display as expected

Actual Behavior

Items do not display because the ViewCell has no height

Basic Information

  • Version with issue: 3.5.0.169047
  • Last known good version: N/A
  • IDE: Visual Studio
  • Platform Target Frameworks:
    • iOS: 12.1
  • Nuget Packages: N/A
  • Affected Devices: N/A

Screenshots

2019-03-05_04-55-41-pm

Reproduction Link

https://streetsheaver-my.sharepoint.com/:u:/g/personal/james_baker_streets-heaver_com/EbFpT_ojJiBPleDVzrOWCYsB52XaBhpk7uOQBxgX-bL4iw?e=tU2Pu8

贡献者指南