TogglePaneTopPadding Issue with border #6038
Labels
area-NavigationView
NavView control
area-TitleBar
Issues related to custom window title bars.
needs-author-feedback
Asked author to supply more information.
no-recent-activity
team-Controls
Issue for the Controls team
Describe the bug
Adding a border to the page that has NavigationView, removes the TogglePaneTopPadding. Due to the toggle button does not work as expected.
Steps to reproduce the bug
My page xaml
<controls:NavigationView IsPaneToggleButtonVisible="True"/>
My code for the title bar
var coreTitleBar = CoreApplication.GetCurrentView().TitleBar; coreTitleBar.ExtendViewIntoTitleBar = true;
Expected behavior
No response
Screenshots
First image : without border with TogglePaneTopPadding
g.
Second Image: with border but no top padding
g!
NuGet package version
No response
Windows app type
Device form factor
No response
Windows version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: