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

Put a group in different row?

5 Answers 160 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Ioannis
Top achievements
Rank 2
Ioannis asked on 03 Feb 2019, 03:12 PM

Hello,

 

So If i have lots of group, the horizontal axis gets full with the square 4x4 groups, but the vertacal axis has lots of empty space.
I could break the squareness of the groups to make them longer in the vertical axis, but that seems a bit ugly.

However, I cannot seem to find a way to put a group under another group, therefore utilising both the X and Y dimensions well.

Can it be done?

 

i.e.

--Group 1--   --Group2--

Tile     Tile     Tile     Tile

Tile     Tile     Tile     Tile

 

--Group 3--

Tile      Tile

Tile      Tile

5 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 05 Feb 2019, 10:58 AM
Hi Ioannis,

I am not quite sure that I understand your scenario very well. Can you please confirm the control you are using and also provide us with more details about your local setup?

Regards,
Hristo
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.
0
Ioannis
Top achievements
Rank 2
answered on 05 Feb 2019, 12:28 PM

Oh god, I apologise. I confused the RadDock with the RadPanorama. My question was supposed to be on the Panorama forum, not this one. Could you please move the thread there? (If it isn't possible, I could re-post the question there)

I also took some pictures to demonstrate what I want to achieve - the pictures are very crude, but I think they are enough to demonstrate my thinking.

 

 

0
Accepted
Hristo
Telerik team
answered on 05 Feb 2019, 12:49 PM
Hello Ioannis,

Thank you for writing back.

The groups in RadPanorama are arranged horizontally and this behavior is desired. It is possible to, however, change the orientation of the element holding the groups to be vertical. This way you could have two groups positioned one above the other: 
this.radPanorama1.PanoramaElement.GroupLayout.Orientation = Orientation.Vertical;

The Orientation property will allow you to have either Horizontal or Vertical layout. Currently, it is not possible to have groups arranged horizontally and vertically at the same time. A possible solution to achieve this is to use two separate RadPanorama controls. I am attaching two screenshots showing the groups oriented vertically and also a grid-like layout using two separate controls.

Let me know if you need further assistance.

Regards,
Hristo
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.
0
Ioannis
Top achievements
Rank 2
answered on 05 Feb 2019, 01:00 PM

I see, thank you.

 

I'd really like to see an orientation of horizontal+vertical.
The workaround would technically work, but it would complicate things if I wanted to put a background picture or stuff like that.
I can make do with the horizontal orientation, of course.

But if there's somewhere to vote for support for grid-like behaviour where we could have both, please guide me to it so I can vote it up.

Best regards,

Ioannis Mamalikidis

0
Hristo
Telerik team
answered on 06 Feb 2019, 09:10 AM
Hi Ioannis,

When implementing the RadPanorama controls we followed the Metro design in Windows 8. That is why the panorama was implemented with a single orientation which is by default set to Horizontal. A mixed mode can be achieved with two separate controls. We have a feedback portal, where you can submit your suggestion: https://feedback.telerik.com/winforms. Considering that there has not been a demand for such a feature it is not likely that it will be implemented soon.

Let me know if you have other questions.

Regards,
Hristo
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.
Tags
Dock
Asked by
Ioannis
Top achievements
Rank 2
Answers by
Hristo
Telerik team
Ioannis
Top achievements
Rank 2
Share this question
or