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

RadImageEditor with ZoomController

1 Answer 155 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
SteppingRazor
Top achievements
Rank 1
SteppingRazor asked on 11 Aug 2015, 07:43 AM

Hello,;:

I have a RadImageEditor with ZoomController in order to zoom loaded pictures. The code looks like this:

 <imaging:ZoomController ImageEditor="{Binding ElementName=imageEditor}" />  
 <telerik:RadImageEditor x:Name="imageEditor" Image="{Binding ImagePath}" HorizontalAlignment="Stretch"
                                    VerticalAlignment="Stretch" ScrollViewer.HorizontalScrollBarVisibility="Auto"
                                    ScrollViewer.VerticalScrollBarVisibility="Visible">
 </telerik:RadImageEditor>

It works just fine. The problem is with the size of slider (zoomController), it is simply just too small. When i try to set the height or width it just does not work. Is there a way to make it bigger?

Regards

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 13 Aug 2015, 03:46 PM
Hi,

To make the required change, you can modify the template of the ZoomController or RadImageEditor altogether. I'm not sure what exactly is the visual result which you're trying to achieve, but would recommend taking a look at the Editing Control Templates and Setting a Theme topic in our documentation.

I hope this is useful.

Regards,
Petya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ImageEditor
Asked by
SteppingRazor
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or