Add RemoveChild to IParentableElement, only resize Container if children overflow it.
This commit is contained in:
@@ -14,6 +14,7 @@ public interface IParentableElement
|
||||
{
|
||||
public IReadOnlyList<IElement> Children { get; }
|
||||
public void AddChild(IElement child);
|
||||
public void RemoveChild(IElement child);
|
||||
}
|
||||
|
||||
public interface IResizeableElement
|
||||
|
||||
Reference in New Issue
Block a user