Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
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