Completed
Last Updated: 21 Oct 2014 10:28 by ADMIN
thomas
Created on: 09 Sep 2014 09:49
Category: TileList
Type: Bug Report
1
RadTileList layout don't take into account no grouping
I use RadTileList without any tiles grouping. But internally TileListPanel get top padding 30 px. So visually I got "hole" above the list. And i can't set margin -30 because i can't be sure about this padding. 
ItemsPanelTemplate with padding="0" don't work properly as described at http://stackoverflow.com/questions/23091182/layout-issue-with-telerik-radtilelist-control.
I tnink that this top padding should be 0 px if there are no groups at tiles or no "TileGroup" elements are specified.


2 comments
ADMIN
Vera
Posted on: 21 Oct 2014 10:28
Hi,

This issue will be resolved with Q3 2014 expected till the end of the month. With this version, RadTileList exposes VerticalTilesAlignment property that controls the position of the tiles independently of the group they belong to. The four possible options are Center (default), Top, Bottom and Stretch. It can be set no matter if being in a grouped state or not. Except that, RadTileList gives the opportunity to set the height of the headers with a single property GroupHeaderHeight. 

So in order to achieve the desired look, you can set VerticalTilesAlignment to Top and GroupHeaderHeight property to 0px.

Regards,
Vera
ADMIN
Vera
Posted on: 10 Sep 2014 15:12
Hi,

We are currently working on various improvements for RadTileList that include the problem you report. They are planned to be introduced with Q3 2014 expected in October.

Regards,
Vera