This is a migrated thread and some comments may be shown as answers.

Possible to turn of resizing corners for certain shapes ?

1 Answer 58 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Joonatan
Top achievements
Rank 1
Joonatan asked on 22 Oct 2014, 02:06 PM
I have implemented a custom resizing service as per your guide http://www.telerik.com/help/wpf/raddiagram-howto-customize-resizing.html. However i wonder if it is possible to disable the small corners so that users dont try and resize shapes that cant be resized.

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 24 Oct 2014, 08:50 AM
Hello Joonatan,
The RadDiagramItems (Shapes, Containers, Connections and etc.) have a IsResizingEnabled property which you can set to false:
<telerik:RadDiagramShape IsResizingEnabled ="False"/>
I hope I was able to help you.

Regards,
Zarko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Diagram
Asked by
Joonatan
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Share this question
or