Unplanned
Last Updated: 11 Feb 2025 08:27 by Martin Ivanov
Currently, the automation peer of RadNavigationView (RadNavigationViewAutiomationPeer) tries to create the automation peer for the element set as direct value of the Content property. This means that if the direct Content is a Grid or another element without an automation peer, the automation chain for elements deeper in the Content's hiearchy will break. 

Add logic that searches deeper in the Content's hierarchy to try finding the first element with an automation peer.
Unplanned
Last Updated: 02 Dec 2024 11:15 by Stenly
Sub-items of the parent RadNavigationViewItem instances could disappear when changing the view mode of RadNavigationView.
Unplanned
Last Updated: 05 Sep 2022 16:09 by Stenly
Created by: Stenly
Comments: 0
Category: NavigationView
Type: Feature Request
0
We could include a separator item to separate certain items from one another.
Unplanned
Last Updated: 08 Jun 2020 10:47 by ADMIN
When the selected item is changed, its content will be unloaded. This can be a performance hit when each navigation view item have a large number of elements inside its content. 
Unplanned
Last Updated: 15 Apr 2020 08:31 by ADMIN

Hello,

Currently when resizing the application, we get a scrollbar like this (which is not the best user experience):

 

We would like to have a "more" icon to show hidden items in a submenu.

 

Best regards,

Unplanned
Last Updated: 31 Mar 2020 09:54 by ADMIN

Hello,

Currently when we start the application, no item is selected. Once we select one it appears as selected and we show a related pane. This is the nominal behavior of the component.

But we want to deselect it when we are clicking again on it (like in Visual Studio Code). So ideally we want a NavigationItemBehavior property with a value "Normal" and a value "Toggle".

 

Regards,