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

Docking pane artifacts or tab item artifacts?

4 Answers 30 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Charles Bates
Top achievements
Rank 1
Charles Bates asked on 15 Jun 2010, 06:07 PM
Hello,
Not sure if this is a docking issue or RadTabControl issue.

We have:
RadDocking.DocumentHost
  RadSplitContainer
    RadPaneGroup
    RadPaneGroup

Each RadPaneGroup contains 1 RadPane.
Each RadPane contains 1 RadTabControl.
Each RadTabControl contains one or more RadTabItems.

Just above the RadPaneGroups are what look like Tab headers -- very small, only  a few pixels wide and high.
What are they, and how do we get rid of them?
(In addition, the two RadPaneGroups, when side-by-side, have slightly different heights.)
See attached...
Thanks,
C. Bates

4 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 18 Jun 2010, 12:11 PM
Hello Charles Bates,

Thank you for contacting Telerik Support.

What you see above the RadPaneGroups could be RadPane and/or RadTabItem. You just need to set their Visibility property to Collapsed to hide them.

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
Charles Bates
Top achievements
Rank 1
answered on 18 Jun 2010, 02:05 PM
Hello,
Thanks for the reply.
When creating the RadPanes, we have 
    _leftPane.PaneHeaderVisibility = Visibility.Collapsed;

However, this doesn't remove the small items above the RadPanes.
We are using the TabItem headers; they are set to show along the bottom:
    _leftTabControl.TabStripPlacement = Telerik.Windows.Controls.Dock.Bottom;

What am I missing?
Thanks,
C. Bates

0
George
Telerik team
answered on 22 Jun 2010, 04:41 PM
Hello Charles Bates,

Thank you for getting back to me.

You can try setting Visibility property to Collapsed instead of using PaneHeaderVisibility.

_leftPane.Visibility = Visibility.Collapsed;

I hope this information helps. 


All the best,
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
Charles Bates
Top achievements
Rank 1
answered on 22 Jun 2010, 07:45 PM
Thanks.
Not at all obvious or intuitive, but that seems solve my problem...
C. Bates
Tags
Docking
Asked by
Charles Bates
Top achievements
Rank 1
Answers by
George
Telerik team
Charles Bates
Top achievements
Rank 1
Share this question
or