Click here to Skip to main content
15,880,469 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone
How to hide the tool panel on the left in RadImageEditor?
Posted

1 solution

Hi,

You can add a ZoomController to your view and bind it to the RadImageEditor in it to allow zoom in/out functionality like the one in RadImageEditorUI.

<telerik:radimageeditor name="imageEditor" xmlns:telerik="#unknown">
<imaging:zoomcontroller grid.row="1" imageeditor="{Binding ElementName=imageEditor}" margin="0 8" xmlns:imaging="#unknown">
The imaging namespace should be defined as follows:
xmlns:imaging="clr-namespace:Telerik.Windows.Media.Imaging;assembly=Telerik.Windows.Controls.ImageEditor"

Alternatively, you can adopt implicit styles in your application and modify the default style of RadImageEditorUI to fit your needs.

I hope this helps.

Regards,
Viral
 
Share this answer
 
v2
Comments
Vinodini Thiyagarajan 4-Oct-14 6:51am    
thank you Viral.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900