I have a CollectionView with Groups which does not seem to be refreshing when groups are expanded/collapsed. If I move the control (kind of force a scroll) things seem to refresh
What can I do to force the control to refresh. Can I capture when the user Expand/Collapse and do a Load. I have looked at LoadOnDemand, but I don't see how this would work.
Example
Control before expand
After Expand (You can see Pipeline Device shows expanded, but nothing is visible)
After do a scroll on control
I am going back through my builds, and it looks like the build prior to updating to net 9.0.200 is responding correctly. Although strangely, it seems OK on a device (iOS 18) but not running on a simulator (iOS 18).
Correct Behavior
After upgrading to net 9.0.200 and other references the not-refresh behavior begins. I am still working to see if I can identify an exact change that causes the issue
Edit: After cleaning up my system (uninstalling newer net 9 and removing app from simulator) I am seeing correct behavior on simulator
From testing the change:
Microsoft.Maui.Controls 9.0.30 > 9.0.40
is the breaking change.
.net SDK was kept at 9.0.102
Telerik was updated to 10.0 which works.
Something in the underlying Maui Controls affects this refresh behavior on the RadCollectionView