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

Disabling scroll and removing bounces from TKListView

1 Answer 56 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.
Batuhan
Top achievements
Rank 1
Batuhan asked on 06 Sep 2016, 11:51 AM

Hi,

I tried to use TKListView in our Swift project instead of UICollectionView but stumbled upon this issue. Basic properties like scrollEnabled, alwaysBounceVertical, showsVerticalScrollIndicator are not present. How can I disable bounces, scrolling and indicators in TKListView?

On the product page it says that "Using UI Virtualization, the control extends the standard UICollectionView and provides a smooth..." but this control doesn't seem like inheriting UICollectionView at all.

Kindly,

Batuhan

1 Answer, 1 is accepted

Sort by
0
Sophi
Telerik team
answered on 08 Sep 2016, 08:10 AM
Hello Batuhan,

The TKListView does not inherit directly from UICollectionView it rather wraps UICollectionView. This means that the implementation is based on UICollectionView as a main view of the control, however not all properties of UICollectionView are exposed in TKListView
TKListView does not offer disabling of these features, at least not in it's current implementation.

Regards,
Sophi
Telerik by Progress
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
Batuhan
Top achievements
Rank 1
Answers by
Sophi
Telerik team
Share this question
or