This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] The specified child already has a parent #13399
Labels
a/swipeview
e/3 🕒
3
in-progress
This issue has an associated pull request that may resolve it!
p/Android
t/bug 🐛
Description
I have an error that only showed up today. until yesterday it worked fine. in the meantime i have updated visual studio.
xamarin forms is 5.0
the error reports:
Java.Lang.IllegalStateException: 'The specified child already has a parent. You must call removeView () on the child's parent first. '
(https://forums.xamarin.com/discussion/comment/428174#Comment_428174)
I have a scrollview which contains a variety of information (like whatsapp).
Steps to Reproduce
public ObservableCollection <FlowNote> FlowNoteList {get {return Get <ObservableCollection <FlowNote>> (); } set {Set (value); OnPropertyChanged (); }}
FlowNote fn = FlowNoteList.SingleOrDefault (Predicate => Predicate.IdNota == idnote); FlowNoteList.Remove (fn);
Expected Behavior
Actual Behavior
Basic Information
Environment
Show/Hide Visual Studio info
Build Logs
Screenshots
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: