4 Answers, 1 is accepted
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?
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
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.
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