Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
919 stars 176 forks source link

Possibility to specify Groups fixed size #264

Closed wjax closed 1 year ago

wjax commented 1 year ago

It would be useful to specify a fixed size of groups. Currently a group always adapt itself to its content.

Thanks for the great work!

zHaytam commented 1 year ago

Hello! It will be available in 3.0

zHaytam commented 1 year ago

I believe this is now available using AutoSize to false and Size to anything you want.