Completed
Last Updated: 17 Sep 2024 08:33 by ADMIN
Marwen
Created on: 20 Mar 2023 11:04
Category: ListView
Type: Bug Report
1
ListView: [iOS] Content is not property visualized when using Expander in the Template

When having a nested grid layouts with auto and definitive row heights, the content in the ListView ItemTemplate is not property sized only on iOS. On Android, MacCatalyst and WinUI the content is property sized. 

Solution:

1. Using only auto-sized grid rows, 

2. Using grouping and simplifying the layout, removing nested grid layouts, and using a vertical stack. 

1 comment
ADMIN
Didi
Posted on: 17 Sep 2024 08:33

Hello Marwen,

We have resolved this behavior by implementing a new control, CollectionView, which is a complete rewrite of the ListView from the ground up. CollectionView offers improved performance, enhanced features, and a modernized approach to managing lists of data. The CollectionView incorporates all key features of the ListView.

As this new control supersedes the ListView, this bug report will be closed. We recommend transitioning to CollectionView to take full advantage of its capabilities. Visit the following article that explains how to migrate to the new RadCollectionView.

Regards,
Didi
Progress Telerik