File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
JwtIdentity.Client/Pages/Survey Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6262 Connectors =" @Connectors"
6363 NodeCreating =" @OnNodeCreating" >
6464 <SnapSettings Constraints =" SnapConstraints.None" />
65- <Layout Type =" LayoutType.ComplexHierarchicalTree "
65+ <Layout Type =" @DiagramLayoutType "
6666 Orientation =" LayoutOrientation.TopToBottom"
6767 HorizontalSpacing =" 40" VerticalSpacing =" 40"
6868 HorizontalAlignment =" Syncfusion.Blazor.Diagram.HorizontalAlignment.Center"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public class BranchingSurveyEditModel : BlazorBase
2020 protected DiagramObjectCollection < Connector > Connectors { get ; set ; } = new DiagramObjectCollection < Connector > ( ) ;
2121 protected SfDiagramComponent diagram ;
2222 protected double ZoomLevel { get ; set ; } = 1.0 ;
23+ protected LayoutType DiagramLayoutType { get ; set ; } = LayoutType . None ; // Use None for containers
2324
2425 protected override async Task OnInitializedAsync ( )
2526 {
You can’t perform that action at this time.
0 commit comments