This repository has been archived by the owner on May 1, 2024. It is now read-only.
Introducing RowHeight in ListView causes ContentView not to render within StackLayout #3640
Labels
a/layout
a/listview
Problems with the ListView/TableView
e/5 🕔
5
excellent-report
help wanted
We welcome community contributions to any issue, but these might be a good place to start!
inactive
Issue is older than 6 months and needs to be retested
p/Android
p/iOS 🍎
t/bug 🐛
up-for-grabs
We welcome community contributions to any issue, but these might be a good place to start!
Description
I have a nested ContentView, which contains a ListView, that is within a StackLayout - when I add RowHeight to this ListView the list no longer renders. However, if I take the ContentView, which contains the ListView, out of the StackLayout - it will work.
Steps to Reproduce
Please just look at the example app to see what I mean. I was testing this on an Android emulator.
I give a WorkingPage and NotWorkingPage with some comments. Please let me know if you would like more clarification.
The views are in XAML and I am using an MVVM pattern
Expected Behavior
Nesting a ContentView in a StackLayout does not break a ListView's functionality.
Actual Behavior
ListView does not behave correctly.
Basic Information
Screenshots
Reproduction Link
https://github.com/S1r-Lanzelot/BrokenListView
The text was updated successfully, but these errors were encountered: