SfListView_AllowKeyboardNavigationProperty missing?

3 Replies 1 reply marked as answer

SJ Sowntharya Jayamoorthy Syncfusion Team January 27, 2025 01:19 PM UTC

Hi Emil,


The keyboard navigation functionality is already integrated into our .NET MAUI SfListView. As a result, we have not provided a separate "AllowKeyboardNavigation" property for this component. If you have a specific use case that requires disabling this feature in your application, please feel free to let us know.


Regards,

Sowntharya J.



EM Emil January 27, 2025 01:25 PM UTC

Hi Sowntharya,

when i try to use as style like below it gives me the following error


<Style TargetType="listView:SfListView">
<Setter Property="AllowKeyboardNavigation" Value="True" />

</Style>

  App.xaml(39, 25): [XC0001] Cannot resolve property "AllowKeyboardNavigation" on type "SfListView (property missing or missing accessors)".



SJ Sowntharya Jayamoorthy Syncfusion Team January 28, 2025 01:38 PM UTC

Hi Emil,


As mentioned in our previous update, there's no need to explicitly set the AllowKeyboardNavigation property for .NET MAUI SfListView to enable keyboard navigation support and this property is not included as this feature is already built-in. Therefore, we request you refrain from setting this property in .NET MAUI SfListView.


Regards,
Sowntharya J.


Marked as answer
Loader.
Up arrow icon