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

RadTileList Vertical scroll issue

1 Answer 122 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Ujwala
Top achievements
Rank 1
Ujwala asked on 18 Sep 2014, 12:16 PM
I am using RadTileList in our project. Its working fine but when i scroll tilelist using mouse wheel it is not working. After google i found that RadTileList scroll only working as horizontally but as per requirement i want to scroll it vertically . So Is there any solution to scroll tilelist as vertically. Please help me its urgent...

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 19 Sep 2014, 01:30 PM

Hello,

RadTileList offers responsive design capabilities that let it scroll downward on smaller screens: http://www.telerik.com/help/aspnet-ajax/tilelist-responsive-layout.html. You can also see the CSS that does this here: http://www.telerik.com/help/aspnet-ajax/tilelist-css-for-responsive-layout-of-radtilelist-and-tiles.html. You can consider modifying them to match your needs (e.g., change the media queries) and adding the new CSS to the page so it overrides the built-in rules.

Another option I can suggest is generating the standalone tiles you need (http://demos.telerik.com/aspnet-ajax/tilelist/examples/standalonetiles/defaultcs.aspx) and adding them to an arbitrary container. They are simple div elements with display: inline-block and float: left from layout standpoint so their container can scroll according to your layout.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TileList
Asked by
Ujwala
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or