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

Is Hidden Property

2 Answers 75 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Claudio
Top achievements
Rank 1
Claudio asked on 18 Oct 2010, 03:05 PM
Hi,
I've got two Radpane in one RadPaneGroup. If i change the IsHiddenProperty it works fine.
But if i Float One of the Pane Outside the COmpass Area and then i change IsHidden Property .. this pane hide but never shows again.
private void radDockPanel1_Close(object sender, Telerik.Windows.Controls.Docking.StateChangeEventArgs e)
      {
          p1.IsHidden = !p1.IsHidden;
      }

this is the code in a button click.. It doesn' work if i drag a pane outside the compass area.

THX AGAIN

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 21 Oct 2010, 09:40 AM
Hi Claudio,

I tried to reproduce the problem, but to no avail. Attached you can find the sample. Could you please let me know if I missed something. I will be glad to assist you further. 

Best wishes,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Claudio
Top achievements
Rank 1
answered on 21 Oct 2010, 10:39 AM
ThX...
I resolved. i wrong in typing some instruction.

Thx again.
Tags
Docking
Asked by
Claudio
Top achievements
Rank 1
Answers by
George
Telerik team
Claudio
Top achievements
Rank 1
Share this question
or