Telerik Forums
UI for Silverlight Forum
10 answers
223 views
Hello,

Can anyone suggest how to align Tiles in RadTileList, horizontal.Currently it is aligned vertically by default.

Thanks.

Sincerely,

Abhilash
Maya
Telerik team
 answered on 18 Mar 2016
3 answers
35 views

Hi,

 

I have a Grouped TileList. All groups occupy just one column except one that containes a few tiles more that needs 2 columns. The fact is that all groups have same size (2 columns) resulting in a very large offset between groups. Is there any way to force autosize width for the groups?

 

I'm attaching an image showing the effect

Maya
Telerik team
 answered on 08 Feb 2016
6 answers
60 views

Hello! 

I'm working with RadTileList, I have several "single" tiles and I want to place them in one column, and only when column is full, wrap the rest of tiles to the second column. But they always are placed in two columns. 

Is this possible?

Thank you in advance.

Лена
Top achievements
Rank 1
 answered on 22 Oct 2015
1 answer
25 views

Hi Telerik Team

In the asp.net Version for the Telerik TileList, SelectionMode 'Multiple' is possible.
Is this also available for the Silverlight Version of the Telerik TileList?

If no, what is the Workaround?

 

Thank you, kind regards

Bruno

Stefan
Telerik team
 answered on 03 Jun 2015
1 answer
42 views

Hello,

 I'm looking to save the display index of the tiles in a TileList in our database, so users can each have their own order of the tiles.

It appears you can't databind DisplayIndex, so I assume I have to update the viewmodels from the code behind.  I'm fine with this, but if there is a way to databind the displayindex so my view models are automatically updated, let me know.

I'd prefer to not add a "Save" button.  I'd like to have it automatically save whenever a tile is rearranged. However I can't find an event to handle when the tiles are rearranged.  And since the display index is not databound, and the order of the itemssource is not updated by the TileList, I also have no events in the viewmodels that tell me the order was changed either.

 

Thanks!

Maya
Telerik team
 answered on 15 May 2015
1 answer
33 views

Hello,

I'm databinding a list of items to a TileList.  I'm databinding the size of the tiles (TileType) using a converter like so:

<Style TargetType="telerik:Tile">
     <Setter Property="TileType" Value="{Binding Path=ViewModel.SizeIndex, Converter={StaticResource tileSizeConverter}}" />
</Style>

This is working fine.  However, I have a context menu on the tiles that allows the user to increase the size of the tiles.  When selected, I increase the "SizeIndex" property in the viewmodel, however the UI does not update to the new size until the user resizes the browser window, or rearranges the tiles, etc.  Basically when something causes to the tilelist to redraw.

Right now, in the view model I am resetting the Items collection to a new collection, and populating it with the items from the old collection.  This causes the TileLIst to completely rebind and redraw -- but I'd prefer to not do this kludgy workaround. 

Thoughts?

 

Maya
Telerik team
 answered on 13 May 2015
4 answers
43 views
The attached image shows my problem, which is that the tiles are not 'vertically top aligned' under their respective tile group headings, rather they are vertically stretched can lead to an unsightly gap between the tile group header and the first tile. 

I have been trying to find what property fixes this, my best bet would be the below bold property but it doesn't seem to have an effect.

Any help is appreciated

Thanks
Charles

<telerik:RadTileList VerticalContentAlignment="Top" TileReorderMode="None" ScrollViewer.HorizontalScrollBarVisibility="Visible" GroupTemplate="{StaticResource TileGroupTemplate}" Margin="10" Grid.Row="2" Background="Black" Cursor="Arrow" TilePlaceHolderSide="160" >
Maya
Telerik team
 answered on 27 Apr 2015
2 answers
41 views
Is there a way to scale the tiles so that I can display more tiles at low screen resolution without scrolling.
Timo
Top achievements
Rank 1
 answered on 25 Mar 2015
1 answer
11 views
Hi,
I had the several forms working with RadTileList and RadTileView. Since I have updated from 2014.2 617 to 2014.3.1202 I have lost all Group and navigation function.
The error I am getting in VS2013:
Cannot implicity convert type 'object' to 'Telerik.Windows.Controls.TileGroup'. An explicit conversion exists (are you missing a cast?)
I get this for Tile.Group
Before the update - everything was working fine. I could not find any solution to get this working again - anybody had similar issues - how to fix it?
Maya
Telerik team
 answered on 09 Feb 2015
5 answers
29 views
Back at playing around with Tilelists; I can see that some missed options have been added since last eg. CanUserSelect

I am looking at locking down the tiles so that they cannot be moved/dragged.
- in xaml there is a AllowDrop on both Tile and TileList... no effect
- also tried
RadDragAndDropManager.SetAllowDrag(myTileList, false);
RadDragAndDropManager.SetAllowDrop(myTileList, false);

am I missing something obvious?
Nick
Telerik team
 answered on 17 Oct 2014
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?