Hi Mithun,
We have created a sample to show scroll bars in the diagram. Set the diagram height and width less than view port width. Now set the page settings for the diagram with width and height as greater than view port height and width. So that diagram visible with horizontal and vertical scroll bars.
public pageSettings: PageSettingsModel = { width: 1500, height: 1500};
<ejs-diagram #diagram id="diagram" width="500px" height="500px" [snapSettings]='snapSettings' [pageSettings]="pageSettings" >
</ejs-diagram> |
Regards
Aravind Ravi