and it works but only if added more than 1 file, after added 1 file i cannot see the Horizontal scroll bar
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 14 May 2014, 03:38 PM
Hello Dan,
Thank you for writing.
It is necessary to set the FitItemSize property to false and the AutoSizeItem property to true in order to display the horizontal scroll bar, when the available space is not enough to display the whole items' content, as you did. However, you need to have items in the RadListControl by which to calculate correctly the horizontal scroll bar range. That is why I would recommend you to set the FitItemsToSize and the AutoSizeItems properties after you add the desired items as the scroll bar range is calculated according to the currently available items when you set the mentioned properties.
I hope this information helps. Should you have further questions, I would be glad to help.
Regards,
Desislava
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.