xamarin/Xamarin.Forms

HasUnevenRows not properly update the item height when load the label with large text.

开放

#6,100 创建于 2019年5月6日

 (2 条评论) (1 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/listviewe/5 :clock5:help wantedp/Androidpartnert/bug :bug:up-for-grabs

仓库指标

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

描述

Description

HasUnevenRows property of the listview does not update the item height when load the label with large text.

Steps to Reproduce

  1. Run the attached sample.
  2. Click Deliveries tab.
  3. Scroll to 4th index (Barry White) and you can see that the Assign text is clipped. Item size is not updated based on the label text.

Expected Behavior

Assign label should visible in the view.

Actual Behavior

Label is clipped. Item height is not updated.

Basic Information

  • Version with issue: 3.6
  • Platform Target Frameworks:
    • iOS:
    • Android:
    • UWP:
  • Android Support Library Version:
  • Nuget Packages:
  • Affected Devices:

Screenshots

Screenshot_2019-05-06-11-06-56-439

Reproduction Link

ListViewSample-1839580046.zip

贡献者指南