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

Scrolling and resizing question?

4 Answers 139 Views
Panorama
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 1
Nicholas asked on 20 Feb 2019, 08:39 PM

I have a couple questions regarding Panorama:

    s it possible to change the scroll type from horizontal to vertical

4 Answers, 1 is accepted

Sort by
0
Nicholas
Top achievements
Rank 1
answered on 20 Feb 2019, 08:46 PM

1. *Is it possible to change the scroll type from horizontal to vertical? As I'm resizing my form to make it smaller, all that comes up is the horizontal scrollbar. No vertical one. Is there a way I can get the vertical scrollbar to pop up?

2. Also when resizing my form, it doesn't seem like the tiles automatically adjust based on whether the form gets smaller or bigger. They just stay put in their original positions. Is there a way to get them to adjust their positions as the user resizes the form?

0
Dimitar
Telerik team
answered on 21 Feb 2019, 11:18 AM
Hi Nicholas,

1. This is possible, it is controlled by the following property:
this.radPanorama1.PanoramaElement.GroupLayout.Orientation = Orientation.Vertical;
 
2. The current layout implementation does not allow this. We have a feature request for such layout in our Feedback Portal. You can track its progress, subscribe to status changes and add your comment to it here: ADD. RadPanorama - add multiple rows and columns when groups are displayed.

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Nicholas
Top achievements
Rank 1
answered on 21 Feb 2019, 01:13 PM

I tried:

          radPanorama1.PanoramaElement.GroupLayout.Orientation = Orientation.Vertical;

But it doesn't seem to bring up a vertical scroll bar or pretty much do anything from what I can tell. The horizontal scrollbar is still there. I tried another way like:

         radPanorama1.PanoramaElement.ScrollBar.ScrollType = ScrollType.Vertical;

This way seems to just completely collapse or hides the tiles I had in my panorama, but when I move over them with my cursor, the tiles appear visible again, but I still don't see any vertical scrollbar.

0
Dimitar
Telerik team
answered on 22 Feb 2019, 12:21 PM
Hello Nicholas,

I have further investigated that and it appears that currently, the vertical scrolling is available only when the groups are visible. This is considered an issue which I have logged in our Feedback Portal. You can track its progress, subscribe to status changes and add your comment to it here. I have also updated your Telerik Points.

Unfortunately, I cannot suggest a temporary solution for this case. 

Thank you for your understanding.

Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Panorama
Asked by
Nicholas
Top achievements
Rank 1
Answers by
Nicholas
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or