Declined
Last Updated: 22 Mar 2019 12:48 by ADMIN
Marco
Created on: 11 Feb 2019 16:35
Category: Docking
Type: Feature Request
1
Respect OverflowMode after Load Layout

Having Problems with unreadable Tabs in RadPaneGroup: TabsSqueeze.png

I think I found a Solution with OverflowMode and ScrollViewer:

<telerik:RadPaneGroup x:Name="DocumentGroup" ScrollViewer.HorizontalScrollBarVisibility="Auto" OverflowMode="Scroll">

Problem:

After Loading Layout the OverflowMode is not respected anymore.

I found this ticket in Silverlight, what discribes the Problem and is approved: Docking: I would like OverflowMode to work for all RadPaneGroup in xaml/codebehind and this be persisted through SaveLayout/LoadLayout

And i found this documentation, which say, using OverflowMode can lead to unexpected behaviors:
https://docs.telerik.com/devtools/wpf/controls/raddocking/general-information/not-supported-properties

so i report this as a feature instead of a bug.

Please sea atteched an example project: TabWrapProblem.zip
Usage: Save and than Load the Layout -> Scrolling of tabs break

2 comments
ADMIN
Vladimir Stoyanov
Posted on: 22 Mar 2019 12:48
Hello Marco,

I am proceeding with setting the status of this feedback item to Declined.

Should you need any additional assistance, please open a new forum thread/support ticket with your questions inside.

Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Vladimir Stoyanov
Posted on: 18 Feb 2019 09:28
Hello Marco,

Thank you for the attached picture and sample project. 

In order for the OverflowMode property of the RadPaneGroup to be respected when loading the layout, you can set the telerik:RadDocking.SerializationTag attached property on the corresponding RadPaneGroup.

I am attaching the sample project modified to demonstrate this approach for your reference. Please, give it a try and let me know how it goes.

I am looking forward to your reply.

Regards,
Vladimir Stoyanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Attached Files: