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

RadPaneGroup Visibility

8 Answers 165 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 17 Jun 2011, 02:13 AM
Hi,

I am not able to make a RadPaneGroup Visibility = Collapsed.  (see xaml).  I dont get a compile error but the pane does not get hidden.  I also tried IsHidden = true.  Is there a way to do this?

Thanks
Rich 


<telerik:RadDocking.DocumentHost>
                   <telerik:RadSplitContainer Orientation="Vertical">
                       <telerik:RadPaneGroup Name="myGroup"  AllowDragReorder="False"
                                         telerik:ProportionalStackPanel.RelativeSize="300, 200"
                                         Grid.Row="1"
                                         SelectionChanged="myGroup_SelectionChanged"
                                         DropDownDisplayMode="Visible"                                            
                                         ScrollViewer.HorizontalScrollBarVisibility="Auto">                     
                       </telerik:RadPaneGroup>
                       <telerik:RadPaneGroup  telerik:ProportionalStackPanel.RelativeSize="300, 200"
                                              Visibility="Collapsed"
                                              Name="DocumentClasses"
                                              AllowDragReorder="False">
                           <telerik:RadPane   Header="Column Selection"
                                              Name="ColumnPane"
                                              CanFloat="False"
                                              CanUserPin="true"
                                              IsPinned="True"
                                              Content="Column selection go here." />
                       </telerik:RadPaneGroup>
                   </telerik:RadSplitContainer>
               </telerik:RadDocking.DocumentHost>

8 Answers, 1 is accepted

Sort by
0
Richard Harrigan
Top achievements
Rank 1
answered on 17 Jun 2011, 05:27 PM
Hi,

Please ignore this request.  It was my fault.

Sorry
Rich
0
pedrotti
Top achievements
Rank 1
answered on 19 Jul 2011, 08:50 AM
I have the same problem of visibility, but i not don't why

Can you help me please !!!

0
Konstantina
Telerik team
answered on 22 Jul 2011, 11:53 AM
Hi Levefaude,

Could you please elaborate more on your scenario. Setting the Visibility property of an PaneGroup is not supported. You have to remove first all the Panes from the Group and it won't be visible anymore. For that you can use the IsHidden property of the Panes.

Greetings,
Konstantina
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
pedrotti
Top achievements
Rank 1
answered on 22 Jul 2011, 02:55 PM
Hi,

My problem was because my radDocking was in a grid !!!

But i have another problem
If I open a messagebox, the radDocking isn't redraw behind my message
Thank you

Anne
0
Konstantina
Telerik team
answered on 27 Jul 2011, 08:31 AM
Hello Anne,

Could you please give us some more details about the issue?
If you could send us a sample project it will be very helpful for tracking down the source of the problem and providing you with solution.

Looking forward to your reply.

Kind regards,
Konstantina
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Subbu
Top achievements
Rank 1
answered on 09 Jan 2019, 11:49 AM

Hi Konstantina,

I've a problem in using Visibility property for RadPane, I am not able to make a RadPane Visibility = Collapsed or Visible.

<telerik:RadPane telerik:RadDocking.SerializationTag="NodeListViewExpanderHeader2"
        Visibility="{Binding NodeListWindowVisibility,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
        Header="{Binding CoreWPFResource.NodeListViewExpanderHeader}"
        IsPinned="{Binding NodeListPinned,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
                CanUserClose="False"  >
    <ContentControl  Margin="0,1,1,1"
     regions:RegionManager.RegionName="{x:Static util:RegionNames.PropertyRegion}"/>
</telerik:RadPane>
0
Subbu
Top achievements
Rank 1
answered on 09 Jan 2019, 11:53 AM

Hi Konstantina,

I've the same problem but i'm not able to make RadPane Visibility=Collapsed or Visible.

Thanks,

Subhas

<telerik:RadPane telerik:RadDocking.SerializationTag="NodeListViewExpanderHeader2"
        Visibility="{Binding NodeListWindowVisibility,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
        Header="{Binding CoreWPFResource.NodeListViewExpanderHeader}"
        IsPinned="{Binding NodeListPinned,UpdateSourceTrigger=PropertyChanged,Mode=TwoWay}"
        CanUserClose="False"  >
    <ContentControl  Margin="0,1,1,1"
       regions:RegionManager.RegionName="{x:Static util:RegionNames.PropertyRegion}"/>
</telerik:RadPane>
0
Vladimir Stoyanov
Telerik team
answered on 10 Jan 2019, 01:40 PM
Hello Subhas,

Thank you for the provided code snippet.

The recommended way of hiding a RadPane is by setting its IsHidden property. Can you try binding the IsHidden property instead and let me know how it goes?

Please also have a look at the following thread which discusses a possible issue when binding the IsHidden property and a solution for it.

I hope you find this helpful.

Regards,
Vladimir Stoyanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Docking
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
Richard Harrigan
Top achievements
Rank 1
pedrotti
Top achievements
Rank 1
Konstantina
Telerik team
Subbu
Top achievements
Rank 1
Vladimir Stoyanov
Telerik team
Share this question
or