Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I have 4 icon tiles that are shape=wide set to TileRows=2. How do I centre these on the screen (left-right)?
Hi Al,
RadTileList is designed to let the user scroll the tiles left and right (depending on its Width and the number of tiles, of course).
So, you can set its Width to match the number of tiles and center the <div> that holds the TileList (this div should also have the proper width).
Or, you can use standalone tiles and center them (or their container) as if you would center any other element: http://demos.telerik.com/aspnet-ajax/tilelist/examples/standalonetiles/defaultcs.aspx. Regards,
Thanks Marin, I got it centered using:
.divTileContainer { margin: 0 auto; width: 750px; }
and the fiddling the width RadTileList Widht and TileROws properties + the RadIconTile Shape and Width properties