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

How to remove separators on ios ?

2 Answers 203 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 11 Oct 2016, 08:45 AM

How to remove separators on ios ?

There is no SeparatorVisibility on RadListView

I'm using ListViewTemplateCell

2 Answers, 1 is accepted

Sort by
0
Benjamin
Top achievements
Rank 1
answered on 11 Oct 2016, 09:20 AM

Done through style:

 

                <dataControls:RadListView.ItemStyle>
                  <listView:ListViewItemStyle BackgroundColor="Transparent" BorderLocation="None"/>
                </dataControls:RadListView.ItemStyle>

                <dataControls:RadListView.SelectedItemStyle>
                  <listView:ListViewItemStyle BackgroundColor="Transparent" BorderLocation="None"/>
                </dataControls:RadListView.SelectedItemStyle>

                <dataControls:RadListView.PressedItemStyle>
                  <listView:ListViewItemStyle BackgroundColor="Transparent" BorderLocation="None"/>
                </dataControls:RadListView.PressedItemStyle>

0
Lance | Senior Manager Technical Support
Telerik team
answered on 12 Oct 2016, 04:41 PM
Hello Benjamin,

I'm glad you were able to find what you needed to style the ListView items to your needs. You can find the complete documentation on the topic here.

If you have any further questions or concerns, you can contact the support team directly by opening a support ticket here

Regards,
Lance | Tech Support Engineer, Sr.
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
Benjamin
Top achievements
Rank 1
Answers by
Benjamin
Top achievements
Rank 1
Lance | Senior Manager Technical Support
Telerik team
Share this question
or