using UI for .Net Maui how can I disable swipe tab changes in RadTabView?

1 Answer 233 Views
TabView
Chris
Top achievements
Rank 1
Chris asked on 15 Jun 2023, 03:38 PM

I'm using Telerik UI for .NET MAUI v. 5.01 and when I set the property IsContentSwipingEnabled on my RadTabView control the compiler throws the error 'No property, BindableProperty, or event found for "IsContentSwipingEnabled", or mismatching type between value and property.'.  

I'm using the swipe for another purpose within each tab and don't want the default behavior of the control to interfere.  

<telerik:RadTabView x:Name="tabView"
    AbsoluteLayout.LayoutFlags="All"
AbsoluteLayout.LayoutBounds="0,0,1,1"
AutomationId="tabView"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
    IsContentSwipingEnabled="False" >

... several tabs here.  

</telerik:RadTabView>

 

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 19 Jun 2023, 06:15 AM

Hi Chris,

I am using Telerik MAUI 5.2.0 version and cannot reproduce the behavior. Then I downgraded the version to 5.0.1 and same behavior. No issues. 

Could you please clean rebuild the project. Delete bin and obj folders. restart Visual Studio. I am using Visual Studio version: 17.6.2. 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
TabView
Asked by
Chris
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or