In Development
Last Updated: 27 Feb 2025 13:24 by ADMIN

Having the following setup:

	<telerik:RadNavigationView x:Name="navigationView">
		<telerik:RadNavigationView.Items>
			<telerik:NavigationViewItem Text="Item 1" Position="Header" />
			<telerik:NavigationViewItem Text="Item 2" />
			<telerik:NavigationViewItem Text="Item 3" />
			<telerik:NavigationViewItem Text="Item 4" />
			<telerik:NavigationViewItem Text="Item 5" Position="Footer" />
		</telerik:RadNavigationView.Items>
		<telerik:RadNavigationView.Content>
			<Label HorizontalOptions="Center"
               VerticalOptions="Center"
               Text="{Binding SelectedItem.Text, Source={x:Reference navigationView}}" />
		</telerik:RadNavigationView.Content>
	</telerik:RadNavigationView>

and setting the header and footer position to the NavigationView item, the header and the footer are missing. This happens when using Telerik MAUI 10.0.0 version.

When using Telerik MAUI 9.0.0 the header and footer are displayed.

Unplanned
Last Updated: 30 Aug 2024 10:10 by Riziq
Created by: Riziq
Comments: 0
Category: NavigationView
Type: Feature Request
1

When Flow Direction is changed to right to left, on Android the control does not behave as expected. 

Provide support for right to left. 
On Android there is an issue with the navigation items. 

On WinUI it works

Unplanned
Last Updated: 30 Jan 2024 12:09 by KL
Created by: KL
Comments: 0
Category: NavigationView
Type: Feature Request
1
Provide an option to have sub-items in the NavigationView item.