I have try to set IsEnabled property for SegmentedControl,but not works.
And I want to disabled SegmentedControl without SetSegmentEnabled.
Can I work this?
Thanks.
<VerticalStackLayout>
<!-- >> segmentcontrol-gettingstarted-xaml -->
<telerikInput:RadSegmentedControl x:Name="segmentControlText"
BackgroundColor="AliceBlue"
IsEnabled="False"
VerticalOptions="Start"/>
<!-- << segmentcontrol-gettingstarted-xaml -->
</VerticalStackLayout>