Minimize RadPane when changing a variable

1 Answer 62 Views
Docking
Omer
Top achievements
Rank 1
Omer asked on 02 Feb 2022, 04:05 PM

Hey, I'm building an app using Telerik for WPF, I want to minimize a tab when a variable change(using data binding) and I cannot find any answers across the web.

When I set the isHidden property to true, I can't set it back to false(because when isHidden set to true, the pane is removed from the visual tree), so I tried many other things to conditional minimizing the pane but didn't figure it out.

Sincerely, Omer

  

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 07 Feb 2022, 01:16 PM

Hello Omer,

I tried to replicate the issue you described in the Visual Studio Implementation with MVVM demo from our SDK Samples Browser, however, the bindings to the IsHidden property seem to work as expected in it. You can test this by checking and unchecking the menu items under the View menu.

Please have a look at the attached project and let me know how this differs from the setup at your end.

Regards,
Dilyan Traykov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Docking
Asked by
Omer
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or