Telerik RadPane

2 Answers 26 Views
PanelBar
Lim
Top achievements
Rank 1
Iron
Lim asked on 10 Feb 2025, 10:00 AM

Hi,

Can I check if it is possible to disable having multiple radpanes in a radpanegroup - only 1 radpane in 1 radpanegroup? As I understand that I have to use radpanegroup in order to use radpane

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 11 Feb 2025, 07:23 AM

Hi Lim,

Perhaps you can use the approach described here: WPF Docking - How to Implement Conditional Docking - Telerik UI for WPF

Regards,
Dimitar
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

0
Lim
Top achievements
Rank 1
Iron
answered on 13 Feb 2025, 12:45 AM

Hi,

I would prefer not using radpanegroup. Is it possible to put all the radpanes in perhaps a stackpanel instead of using the following? As I do not need the radpsplitcontainer and radpanegroup anyway.

<telerik:RadSplitContainer> <telerik:RadPaneGroup x:Name="Group1"> <telerik:RadPane x:Name="Pane1" Header="Server Explorer"/> <telerik:RadPane x:Name="Pane2" Header="Toolbox"/> </telerik:RadPaneGroup> </telerik:RadSplitContainer> 

Dimitar
Telerik team
commented on 17 Feb 2025, 06:47 AM

 Hi Lim, 

This is not the way the panes are intended for use. And they cannot be used with a stack panel. Can you share more information about the layout/functionality that you want to achieve?  Perhaps we can another control for this.

I am looking forward to your reply.

Lim
Top achievements
Rank 1
Iron
commented on 17 Feb 2025, 11:34 AM

Hi, I would like to have a column of ‘radpanes’ that display a time sequence of events. For eg,  each ‘radpane’ represents an event and once the event has ended based on time, it will disappear. Would you be able to advise what elements suits this?

Dimitar
Telerik team
commented on 18 Feb 2025, 07:07 AM

Hi Lim, 

We do not have such control yet, we have a feature request for it. You can track its progress, subscribe to status changes, and add your comment here: Vertical Timeline layout.  

You can consider using the Timeline control or customize a ListBox or a TreeView.

Let me know if you have additional questions.

Tags
PanelBar
Asked by
Lim
Top achievements
Rank 1
Iron
Answers by
Dimitar
Telerik team
Lim
Top achievements
Rank 1
Iron
Share this question
or