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.
this is the code in a button click.. It doesn' work if i drag a pane outside the compass area.
THX AGAIN
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