Hi,
I'm using RadVerticalLinearGauge and when I click on the BarIndicator its value changes. How can I prevent that behaviour ?
Thanks
1 Answer, 1 is accepted
0
Sia
Telerik team
answered on 21 Nov 2014, 07:30 AM
Hello Doychin,
There is an exposed property IsInteractive of the VerticalLinearScale, just remove its setting or set it to false and you will prevent the BarIndicator from changing its value on mouse click:
<telerik:VerticalLinearScale Min="0" Max="200"
x:Name="verticalLinearScale"
MajorTickLocation="Inside"
MiddleTickLocation="Inside"
MinorTickLocation="Inside">
***
</telerik:VerticalLinearScale>
Regards,
Sia
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.