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

[Solved] RadDataBoundListBox Zooming

1 Answer 67 Views
UI for Universal Windows Apps
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richard
Top achievements
Rank 1
Richard asked on 16 Feb 2015, 04:44 AM
I am utilizing this control for a Universal App that contains a list of items using a template.  This control allows pinch to zoom, but I need to turn it off.  I don't want users zooming in or out of the control.

I cannot find any way to do this.  Can someone help?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 19 Feb 2015, 09:53 AM
Hi Richard,

You need to set the ScrollViewer's Zoom mode to disabled:

<telerikDataControls:RadDataBoundListBox.Resources>
    <Style TargetType="ScrollViewer">
        <Setter Property="ZoomMode" Value="Disabled"></Setter>
    </Style>
</telerikDataControls:RadDataBoundListBox.Resources>


Best regards,
Ves
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
UI for Universal Windows Apps
Asked by
Richard
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or