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

Pane IsVisible

3 Answers 60 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Julio Colon
Top achievements
Rank 1
Julio Colon asked on 26 Jul 2010, 05:25 PM
Hi,

A pane is always showing is visibile even when the content is not.  Or maybe I am confused how the is visible works.

Assuming we have two tabs (Tab1 on the front Tab2 on the back):

The pane in Tab1 content is visible and Tab2 content is not.  I can drag Tab2 out of the docking and now both should be visible.  Is there a way to get the visibility information   How can I get the visiblity of the content using the panes?

Maybe something like IsContentVisible? or IsHeaderVisible?

J

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Jul 2010, 12:44 PM
Hi Julio Colon,

Thank you for contacting us.

The property you're looking for is IsHidden. When a RadPane is closed it is actually hidden. You can find any additional information about RadPane here.

I hope this information helps. I will be glad to assist you further.

Kind regards,
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
Julio Colon
Top achievements
Rank 1
answered on 28 Jul 2010, 03:15 PM
Is Hidden accounting for when the tap (and its content) is behind other tab?  I don't close the tabs in my app.  They just got to the back (behind the selected).

J
0
George
Telerik team
answered on 02 Aug 2010, 12:51 PM
Hello Julio Colon,

Sorry for the misunderstanding.

The content for each RadPane is actually represented in the RadPaneGroup. If you want to get the content for the selected RadPane you could use the SelectedContent property for the RadPaneGroup which holds the selected RadPane. This is how RadDocking works.

I hope this information helps! I will be glad to assist you further.
 

Kind regards,
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
Tags
Docking
Asked by
Julio Colon
Top achievements
Rank 1
Answers by
George
Telerik team
Julio Colon
Top achievements
Rank 1
Share this question
or