I have a group called ButtonAdd nested in a component instance called HeaderParts which is nested in Grid Layout called BoardDropdownExpanded shown below. I am trying to drag this group away from this layout but am unable to do so, behaving like it was locked. But it’s not.
I’m wondering if this is a bug or by design due to a setting I’m not aware of. Again, I already checked to see that no elements are locked in this layout.
This is by design because the group is part of a component instance. You can’t change the objects in a component instance, you can only show or hide them.
If you want to pull the button out from the component instance, you need to detach the instance first (right click on the component and choose detach instance.)
Thanks for responding @LauraKalbag. And as you mentioned, if I Detach instance the component instance HeaderParts in my original post, I will be able to modify it as I wanted. Thanks for this.
But because of this, I am now questioning my understanding of a component instance, more specifically, what I can and cannot do in a component instance. I’ll be posting another question regarding this shortly. Thanks again.