홈 / 뉴스 / MindFusion.Diagramming for WinForms Standard 6.7.0
MindFusion.Diagramming for WinForms Standard 6.7.0
사용자가 컨테이너의 내용을 스크롤할 수 있도록 하는 기능을 추가합니다.
7월 6, 2021
신규 버전
기능
Scrollable containers - You can now set the ContainerNode Scrollable property to let users scroll a container's contents.
Container improvements
ContainerNode containment is no longer implemented via a Group object. Child nodes are now stored in the dedicated Children collection and a node's container is returned by the Container property.
You can now enable the AutoDeleteChildren property to automatically delete child nodes when a container is deleted.
Drag-and-drop operations from NodeListView, ShapeListBox and ShapeToolBar now automatically add the newly created node to a container if one is found at the drop position.
You can now call the ResizeToFitChildren method to resize a container, making it big enough to contain its child nodes.
The KeepInsideParent constraint of child nodes now also prevents them from overlapping the container's caption bar.