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

Horizontal Orientation inside TileListPanel

5 Answers 122 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Johannes
Top achievements
Rank 1
Johannes asked on 12 Jun 2015, 11:55 AM

Hello Telerik Team,

 I'm trying to change the orientation of my tiles within a group from vertical default orientation to horizontal orientation.

 I already created a class derived from TileListPanel overriding the default orientation:

public class CustomTileListPanel : TileListPanel
{
    protected override bool HasLogicalOrientation { get { return true; } }
    protected override Orientation LogicalOrientation { get { return Orientation.Horizontal; } }
}

 

But unfortunately this has no effect.

 Please tell me how I can change the orientation of the tiles.

 

Regards,

Johannes

5 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 17 Jun 2015, 11:19 AM
Hello Johannes,

Currently, the whole logic behind the arrangement of tiles is based on their vertical arrangement. We will research whether we can improve the behavior so that the tiles can be placed from left to right as well.

Regards,
Maya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Richard
Top achievements
Rank 2
Veteran
answered on 07 Aug 2020, 01:12 PM

This is a feature I would really like to see also.

In my scenario I have a RadTileList that has a single group with no header and I would like the tiles to flow left to right and overflow when they go over the right hand side. I don't need multiple groups to stack vertically as I'm using a single group with no header (effectively no grouping at all).

Default functionality is that the tiles flow top to bottom and overflow to the right.

If there is any way we could override the code or derive from the Telerik classes to implement this behaviour please let me know.

0
Martin Ivanov
Telerik team
answered on 12 Aug 2020, 12:05 PM

Hello Richard,

This is already logged in the Telerik UI for WPF Feedback Portal where you can track its status. Currently, there is no API that allows customizing this behavior.

Regards,
Martin Ivanov
Progress Telerik

0
Richard
Top achievements
Rank 2
Veteran
answered on 28 Jan 2021, 03:01 PM

Hi Telerik,

Really happy to see you have now implemented the Horizontal orientation for this control in the latest build!

It's a refreshing change to work with a development team that care for, maintain and extend their existing codebase rather than so many that only ever focus on pushing new products and leave the old stuff to rot.

Thanks for all your hard work, it is much appreciated 👍

0
Martin Ivanov
Telerik team
answered on 29 Jan 2021, 12:59 PM

Hello Richard,

Thank you for the kind words. We are glad to hear that you are happy with the service. I am forwarding your feedback to the team. 

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
TileList
Asked by
Johannes
Top achievements
Rank 1
Answers by
Maya
Telerik team
Richard
Top achievements
Rank 2
Veteran
Martin Ivanov
Telerik team
Share this question
or