Like the title says. I have a grid into which i place several elements via the Grid.SetRow()
method:
Grid.SetRow(myElement, 0);
Later on I want to remove these items but I have no idea how.
Just dropping the reference to the ui element doesnt seem to do the trick.
Any ideas?