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

hide scroll indicators and disable bounces

1 Answer 112 Views
ListView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Prathamesh
Top achievements
Rank 1
Prathamesh asked on 29 Jan 2016, 11:31 AM

Hi,

I set the ScrollDirection of list view to be Horizontal but it still scrolling vertically to some extent ie. bounces to both directions Horizontal and Vertical.

how do i disable bounces on list view .

also i want to hide scroll indicators on list view

1 Answer, 1 is accepted

Sort by
0
Adrian
Telerik team
answered on 03 Feb 2016, 09:29 AM
Hi, Prathamesh,

Thank you for contacting us.

This issue occurs if you set scrollDirection property directly to TKListViewLinearLayout. I logged the issue in our feedback portal. Feel free to vote/comment there. I also updated your Telerik points for reporting it.
To workaround the issue you should set the scroll direction through the TKListView instance instead of setting it to the layout. Consider the snippet below:
listView.scrollDirection = TKListViewScrollDirectionHorizontal;

I hope this helps. Do not hesitate to contact us in case you need further assistance.

Regards,
Adrian
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ListView
Asked by
Prathamesh
Top achievements
Rank 1
Answers by
Adrian
Telerik team
Share this question
or