This is a migrated thread and some comments may be shown as answers.

How to show a RadPane that is hidden

4 Answers 203 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Östemar
Top achievements
Rank 2
Östemar asked on 11 Dec 2009, 01:35 PM
I'm having some problems with the IsHidden property of the RadPane. I cannot seem to get a RadPane to show again once the user has clicked the hide cross button.

I have tried doing the following:

  1. Have a RadPane in a RadDocking.
  2. Click the hide cross button.
  3. Have a menu item with an event handler in the code behind of the window.
  4. In the event handler:
    this.myRadPane.IsHidden = false

The IsHidden is set and is even serialized if I use SaveLayout() on the docking. But the panel doesn't show up. Am I missing something here?

Regards,
// Martin

4 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 14 Dec 2009, 01:40 PM
Hi Martin,

 What version of RadControls for Silverlight do you use? With the latest version this scenario works fine. If you are using the latest version, please provide us with a sample project that represents the issue - this will help us investigate what the problem is.

If you are not using the latest version, I would suggest you to update to it as we've fixed a lot of things lately.


Kind regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Östemar
Top achievements
Rank 2
answered on 14 Dec 2009, 01:43 PM
Hi Miroslav,

I'm not using Silverlight at all. This is WPF in a windows application. And I'm using Telerik.Windows.Controls.Docking.dll 2009.3.1019.35.

Regards,
Martin

Edit: I just saw that there actually is a newer release under a week ago. Will try with that and get back to you.
0
Accepted
Miroslav Nedyalkov
Telerik team
answered on 14 Dec 2009, 02:14 PM
Hi Martin,

 I'm sorry, its my mistake. I tried the scenario in both - WPF and Silverlight, I just missed that you are using WPF. It worked fine with the latest version of RadControls for WPF (and Silverlight as well). Could you try once again with the Q3 SP1 version? It should be fixed.


Regards,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Östemar
Top achievements
Rank 2
answered on 14 Dec 2009, 03:36 PM
Hi,

Yes, it seems to be fixed in the service pack. Thanks!

KRs,
// Martin
Tags
Docking
Asked by
Östemar
Top achievements
Rank 2
Answers by
Miroslav Nedyalkov
Telerik team
Östemar
Top achievements
Rank 2
Share this question
or