Completed
Last Updated: 31 Mar 2020 10:52 by ADMIN
Release LIB 2020.1.330 (03/30/2020)
Created by: Olivier
Comments: 3
Category: NavigationView
Type: Feature Request
0

Hello,

I would like to hide the pane toggle button. Consequently I set the PaneToggleButtonVisibility to "Collapsed" but I get the same render as I set "Hidden".

 

That would be nice if this space no longer exists when we set the property to collapsed.

The code sample I used:
<telerik:RadNavigationView x:Name="navigationView" PaneToggleButtonVisibility="Collapsed">
    <telerik:RadNavigationView.Items>
        <telerik:RadNavigationViewItem Content="Foo">
            <telerik:RadNavigationViewItem.Icon>
                <telerik:RadGlyph Glyph="&#xe13a;" FontSize="20" />
            </telerik:RadNavigationViewItem.Icon>
        </telerik:RadNavigationViewItem>
    </telerik:RadNavigationView.Items>
</telerik:RadNavigationView>

Thanks,

Completed
Last Updated: 04 May 2020 08:57 by ADMIN
Release R2 2020
Created by: Martin Ivanov
Comments: 9
Category: NavigationView
Type: Feature Request
25

Add a feature that allows you to open a sub menu when you click on a RadNavigationViewItem.

Similar to the hamburger menu in the Windows' Mail application.

Completed
Last Updated: 11 Jul 2019 14:48 by ADMIN
Release LIB 2019.2.715 (7/15/2019)
Add a IconTemplateSelector property for the RadNavigationViewItem. This will allow more flexible content choosing.