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