WPF Visibility binding seems that is not setting style
Hi, i have a vertical navigation bar which my <Border> tag is binded to "IsNavBarVisible":
Inside of the Border i have a Grid with the width, background color defined and all the definitions of buttons, icons and their references to static resource design
When my MainViewModel loads I set the property to false because the LoginViewModel appears:
Then, when I run the LoginCommand in my LoginViewModel i set the property to "Visible":
But the problems it's that i just only get a white bar with width property but not the styles applied in my resource dictionary, any help?
Inside of the Border i have a Grid with the width, background color defined and all the definitions of buttons, icons and their references to static resource design
When my MainViewModel loads I set the property to false because the LoginViewModel appears:
Then, when I run the LoginCommand in my LoginViewModel i set the property to "Visible":
But the problems it's that i just only get a white bar with width property but not the styles applied in my resource dictionary, any help?

