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

HOW TO: Remove item separator in iOS ListView

1 Answer 212 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andy
Top achievements
Rank 1
Andy asked on 30 Dec 2015, 03:09 PM

Assuming you have a ListView with an id of SomeListView, this will remove the separator lines between items: 

if (page.ios) {
    var viewModule = require("ui/core/view");
    var myList = viewModule.getViewById(page, "SomeListView");
    myList.ios.separatorStyle = 0; // UITableViewCellSeparatorStyleNone
}

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 04 Jan 2016, 11:54 AM
Hi Andy,

Thanks for writing and Happy New Year!

Since posting in the forums opens a support ticket in our backend, we will close it on our side.

Just let us know if you have any suggestions or questions regarding separators.

Thanks for your time.

Regards,
Deyan
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
General Discussion
Asked by
Andy
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or