I have a problem if the RadDiagram is within a Web Form, which must be scrolled vertically. The vertical scrolling of the Web Form is not possible within the diagram control although the following properties are defined for the diagram (the interaction with the diagram and with its shapes is not required).
Editable="false" Selectable="false" ZoomMax="1" ZoomMin="1"
How do I solve the problem so that the vertical scrolling also works within the diagram control?