Completed
Last Updated: 03 Dec 2018 08:33 by Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 08 Nov 2018 10:07
Category: PageView
Type: Bug Report
0
FIX. RadPageView - CollapsedPaneWidth property doesn't take effect until you expand and collapse the Navigation view
To reproduce: add a RadPageView in NavigationView and set the following property:


        Dim view As RadPageViewNavigationViewElement = TryCast(Me.RadPageView1.ViewElement, RadPageViewNavigationViewElement)

        view.CollapsedPaneWidth = 300 

The expected result is that the navigation view default's width is set to 300 when loading. However, it is adjusted when you expand and collapse the hamburger.
Attached Files:
0 comments