You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An exception of type 'System.InvalidOperationException' occurred in PresentationFramework.dll but was not handled in user code
Specified element is already the logical child of another element. Disconnect it first.
I am trying to do DragDrop with DynamicLayout and Drawable since GridView doesn't allow me to change the individual RowHeight.
The codes throw an exception about having the logical parent of another element.
I tried ControlList[sourceIndex].Detached() but it didn't work.
@cwensley I really appreciate your help on this! as usual a small pointer for me is enough!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
An exception of type 'System.InvalidOperationException' occurred in PresentationFramework.dll but was not handled in user code
Specified element is already the logical child of another element. Disconnect it first.
I am trying to do DragDrop with DynamicLayout and Drawable since GridView doesn't allow me to change the individual RowHeight.
The codes throw an exception about having the logical parent of another element.
I tried ControlList[sourceIndex].Detached() but it didn't work.
@cwensley I really appreciate your help on this! as usual a small pointer for me is enough!
Beta Was this translation helpful? Give feedback.
All reactions