xamarin/Xamarin.Forms
[UWP] GroupHeaderBinding displays ShortName instead of Display name
オープン
#4,306 opened on 2018/11/05
e/4 :clock4:help wantedinactivep/UWPt/bug :bug:up-for-grabs
Repository metrics
- Stars
- (5,644 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
Description
When a ListView is used with grouping as described in this article, UWP renders the GroupShortName as the group header instead of the GroupDisplay. This behavior has also been documented in this Xamarin forum discussion. On Android, the expected GroupDisplay is rendered.
Steps to Reproduce
- Create a
ListViewwith Grouping Enabled (e.g. like in the official guide). - Add a and a ShortName for each group.
- Bind the
TitletoGroupDisplayBindingand theShortNametoGroupShortNameBinding
Expected Behavior
The Title is displayed as the group header.
Actual Behavior
The ShortName is displayed as the group title.
Basic Information
- Version with issue:
- Last known good version: No known good version
- IDE: Visual Studio 2017 Enterprise
- Platform Target Frameworks: UWP
- Android: 8.1 (for reference)
- UWP: 16299
- Android Support Library Version: 27.0.2.1
- Nuget Packages: Xamarin.Forms 3.3.0.967583
- Affected Devices: Windows 10, version 1803
Screenshots
Reproduction Link
If a minimal solution for reproduction is needed, please request.